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 {
enum GeometryType {vertex=0,line=1, triangle=2, quadrilateral=3, tetrahedron=4,
pyramid=5, prism=6, hexahedron=7,
iso_triangle=8, iso_quadrilateral=9,
simplex=64, hypercube=65, unknown=127};
enum AdaptationState {
......@@ -133,10 +132,6 @@ namespace Dune {
return "prism";
case hexahedron :
return "hexahedron";
case iso_triangle :
return "iso_triangle";
case iso_quadrilateral :
return "iso_quadrilateral";
case simplex :
return "simplex";
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