Skip to content
Snippets Groups Projects
Commit a2428b0c authored by Andreas Dedner's avatar Andreas Dedner
Browse files

add a default to the switch - it can go wrong :-)

[[Imported from SVN: r5590]]
parent b84fd541
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,8 @@ namespace Dune {
break;
case prism :
s << "prism";
default :
s << "invalid geometry type";
}
return s;
......
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