Skip to content
Snippets Groups Projects
Commit aac5323c authored by Christian Engwer's avatar Christian Engwer
Browse files

removed unused variable

[[Imported from SVN: r3977]]
parent eb37b3b2
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,6 @@ namespace Dune
//! mapping from NewGeometryType to VTKGeometryType
VTKGeometryType vtkType(const Dune::NewGeometryType & t) const
{
unsigned char vtktype=3;
if (t.isLine())
return vtkLine;
if (t.isTriangle())
......
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