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

Set the correct FieldInfo size in vtktest

parent bae8c031
No related branches found
No related tags found
1 merge request!765Set the correct FieldInfo size in vtktest
Pipeline #75388 passed
......@@ -128,7 +128,7 @@ int doWrite( Dune::VTKChecker& vtkChecker, const std::string& gridViewName, cons
vtk.addVertexData(f2,
Dune :: VTK :: FieldInfo("vector-valued lambda",
Dune :: VTK :: FieldInfo :: Type :: vector, 2,
Dune :: VTK :: FieldInfo :: Type :: vector, dim,
Dune :: VTK :: Precision::float64));
int result = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment