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

removed the types iso_triangle and iso_quadrilateral

[[Imported from SVN: r2053]]
parent 0ea2eb3d
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ namespace Dune { ...@@ -47,7 +47,6 @@ namespace Dune {
enum GeometryType {vertex=0,line=1, triangle=2, quadrilateral=3, tetrahedron=4, enum GeometryType {vertex=0,line=1, triangle=2, quadrilateral=3, tetrahedron=4,
pyramid=5, prism=6, hexahedron=7, pyramid=5, prism=6, hexahedron=7,
iso_triangle=8, iso_quadrilateral=9,
simplex=64, hypercube=65, unknown=127}; simplex=64, hypercube=65, unknown=127};
enum AdaptationState { enum AdaptationState {
...@@ -133,10 +132,6 @@ namespace Dune { ...@@ -133,10 +132,6 @@ namespace Dune {
return "prism"; return "prism";
case hexahedron : case hexahedron :
return "hexahedron"; return "hexahedron";
case iso_triangle :
return "iso_triangle";
case iso_quadrilateral :
return "iso_quadrilateral";
case simplex : case simplex :
return "simplex"; return "simplex";
case hypercube : case hypercube :
......
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