Skip to content
Snippets Groups Projects
Commit 4b649ec2 authored by graeser's avatar graeser
Browse files

Adjust names of generated files

parent 70153cc7
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ int main(int argc, char** argv)
using GridView = decltype(gridView);
Dune::VTKWriter<GridView> vtkWriter(gridView);
vtkWriter.write("01-refined-grid");
vtkWriter.write("02-basic-grid-interface");
return 0;
}
......
......@@ -104,7 +104,7 @@ int main(int argc, char** argv)
using GridView = decltype(gridView);
Dune::VTKWriter<GridView> vtkWriter(gridView);
vtkWriter.write("01-refined-grid");
vtkWriter.write("03-function-integration");
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment