Skip to content
Snippets Groups Projects
Commit a6e46b26 authored by Robert Kloefkorn's avatar Robert Kloefkorn
Browse files

make compile

parent 9cb14a4c
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ void globalRefine(GitterType& grid, int refcount)
}
// adapt grid
grid.adapt ();
grid.adaptWithoutLoadBalancing ();
// print size of grid
grid.printsize () ;
......@@ -103,7 +103,7 @@ void globalCoarsening(GitterType& grid, int refcount) {
}
// adapt grid
grid.adapt ();
grid.adaptWithoutLoadBalancing ();
// print size of grid
grid.printsize () ;
......
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