mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 09:16:27 -06:00
Use correct number of template arguments for fracture mode DUNE>2.7
The layout parameter has been deprecated some time ago and now removed in DUNE > 2.7. This commit fixes its last usage in opm-models makes it compiler with DUNE master.
This commit is contained in:
parent
a0be8f8ed4
commit
580f378e85
@ -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