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

Use Dune::Vtk::VtkReader from namespace Vtk

parent 1afde968
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ namespace AMDiS
}
#if HAVE_DUNE_VTK
else if (ext == ".vtu") {
return Dune::VtkReader<HostGrid, Dune::Vtk::LagrangeGridCreator<HostGrid>>::createGridFromFile(filename);
return Dune::Vtk::VtkReader<HostGrid, Dune::Vtk::LagrangeGridCreator<HostGrid>>::createGridFromFile(filename);
}
#endif
else if (ext == ".1d" || ext == ".2d" || ext == ".3d" || ext == ".amc") {
......
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