Skip to content
Snippets Groups Projects
Commit ec03dbfb authored by René Heß's avatar René Heß
Browse files

Add include to vtkpredicate

parent 92f45555
No related branches found
No related tags found
No related merge requests found
#ifndef DUNE_PERFTOOL_VTKPREDICATE_HH #ifndef DUNE_PERFTOOL_VTKPREDICATE_HH
#define DUNE_PERFTOOL_VTKPREDICATE_HH #define DUNE_PERFTOOL_VTKPREDICATE_HH
#include <dune/typetree/nodeinterface.hh>
/** A predicate for vtk output /** A predicate for vtk output
* that cuts all vector grid function spaces with a length greater than 4. * that cuts all vector grid function spaces with a length greater than 4.
* This is necessary because VTK cannot handle them. * This is necessary because VTK cannot handle them.
...@@ -14,4 +16,4 @@ struct CuttingPredicate ...@@ -14,4 +16,4 @@ struct CuttingPredicate
} }
}; };
#endif #endif
\ No newline at end of file
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