Skip to content
Snippets Groups Projects
Commit bf480bb8 authored by Robert K's avatar Robert K
Browse files

[cleanup][VTKWriter] remove unused variable.

parent cca37f04
No related branches found
No related tags found
1 merge request!105Polyhedron cells for VTKWriter.
Pipeline #
......@@ -1293,7 +1293,6 @@ namespace Dune
bool checkForPolyhedralCells() const
{
// check if polyhedron cells are present
bool foundPolyhedron = false ;
for( const auto& geomType : gridView_.indexSet().types( 0 ) )
{
if( VTK::geometryType( geomType ) == VTK::polyhedron )
......
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