mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 06:33:28 -06:00
Merge pull request #621 from blattms/fix-dune-2.7.1-compilation
Use correct number of template arguments for fracture mode DUNE>2.7
This commit is contained in:
commit
967e38fd48
@ -241,7 +241,7 @@ class FractureProblem : public GetPropType<TypeTag, Properties::BaseProblem>
|
||||
bool contains(Dune::GeometryType gt)
|
||||
{ return gt.dim() == dim - 1; }
|
||||
};
|
||||
using FaceMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView, FaceLayout>;
|
||||
using FaceMapper = Dune::MultipleCodimMultipleGeomTypeMapper<GridView>;
|
||||
|
||||
using FractureMapper = Opm::FractureMapper<TypeTag>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user