adapt to the fluid system naming convention change in opm-material

note that almost the only thing which is affected is legacy code.
This commit is contained in:
Andreas Lauser
2018-07-27 12:54:02 +02:00
parent 285fb3b648
commit ac2bc410f3
6 changed files with 14 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ try
std::vector<int> compressedToCartesianIdx
= Opm::compressedToCartesian(grid.number_of_cells, grid.global_cell);
typedef FluidSystems::BlackOil<double> FluidSystem;
typedef BlackOilFluidSystem<double> FluidSystem;
// Forward declaring the MaterialLawManager template.
typedef Opm::ThreePhaseMaterialTraits<double,