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

GeometryType 'unknown' removed

[[Imported from SVN: r3559]]
parent 89700628
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ namespace Dune {
enum GeometryType {vertex,line, triangle, quadrilateral, tetrahedron,
pyramid, prism, hexahedron,
simplex, cube, unknown};
simplex, cube};
enum AdaptationState {
NONE , //!< notin' to do and notin' was done
......@@ -142,8 +142,6 @@ namespace Dune {
return "simplex";
case cube :
return "cube";
case unknown :
return "unknown";
default :
DUNE_THROW(NotImplemented, "name of unknown geometry requested");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment