Skip to content
Snippets Groups Projects
Commit 2faad2cb authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

inserted globalRefine, otherwise the test on macro level doesn't make that

much sense.

[[Imported from SVN: r1628]]
parent 7180bcfd
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,11 @@ int main () {
{
Dune::AlbertaGrid<DIM,DIM_OF_WORLD> grid(filename.str().c_str());
gridcheck(grid);
for(int i=0; i<3; i++)
{
grid.globalRefine(1);
gridcheck(grid);
}
};
} catch (Dune::Exception &e) {
......
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