Skip to content
Snippets Groups Projects
Commit eb3dea8e authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

small correction for pre c++17 compilers

parent 319ca5cc
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ int main (int argc, char** argv)
using HostGrid = YaspGrid<2>;
FieldVector<double,2> bbox = {2.0*M_PI, 2.0*M_PI};
std::array num = {4, 12};
std::array<int,2> num = {4, 12};
HostGrid hostGrid{bbox, num}; //, std::bitset<2>{"11"}};
// grid build up of mapped coordinates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment