Skip to content
Snippets Groups Projects
Commit e783cad1 authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'issue/vtktest-dim' into 'master'

Set the correct FieldInfo size in vtktest

Closes #191

See merge request core/dune-grid!765
parents bae8c031 b6cb6682
No related branches found
No related tags found
1 merge request!765Set the correct FieldInfo size in vtktest
Pipeline #75412 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.
Finish editing this message first!
Please register or to comment