Hi! Thanks for the nice library.
Just to let you know, building your library under using clang fails with the following error
[34%] Building CXX object src/dataset/CMakeFiles/datasetLib.dir/seedSpreader.cpp.o
clang: warning: argument unused during compilation: '-mcx16' [-Wunused-command-line-argument]
/xxxxxxx/git/ParGeo/src/dataset/seedSpreader.cpp:131:35: error: template parameter redefines default argument
template <int dim, class pointT = pargeo::point<dim>>
Just removing the redefinition makes it compile.
Hi! Thanks for the nice library.
Just to let you know, building your library under using clang fails with the following error
Just removing the redefinition makes it compile.