Skip to content
Snippets Groups Projects

[fix] Deprecation warnings

4 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -96,7 +96,7 @@ namespace Dune {
}
GeometryType type() const {
return GeometryType(GeometryType::simplex, 1);
return Dune::GeometryTypes::simplex(1);
}
bool hasFather() const
Loading