Skip to content
Snippets Groups Projects

Use the new geometry types from GeometryTypes namespace

Merged Timo Koch requested to merge feature/use-new-geometry-types into master
8 files
+ 26
25
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -58,7 +58,7 @@ namespace Dune {
}
GeometryType type() const {
return GeometryType(1);
return GeometryTypes::line;
}
bool hasFather() const
Loading