mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt to the reordering template arguments of get*_(fluidState) in opm-material
This commit is contained in:
parent
49289c272d
commit
8b7c14c4db
@ -1207,9 +1207,8 @@ private:
|
||||
if (!dRsDtOnlyFreeGas_ || fs.saturation(gasPhaseIdx) > freeGasMinSaturation_)
|
||||
lastRs_[compressedDofIdx] =
|
||||
Opm::BlackOil::template getRs_<FluidSystem,
|
||||
Scalar,
|
||||
FluidState>(fs,
|
||||
iq.pvtRegionIndex());
|
||||
FluidState,
|
||||
Scalar>(fs, iq.pvtRegionIndex());
|
||||
else
|
||||
lastRs_[compressedDofIdx] = std::numeric_limits<Scalar>::infinity();
|
||||
}
|
||||
@ -1236,9 +1235,8 @@ private:
|
||||
|
||||
lastRv_[compressedDofIdx] =
|
||||
Opm::BlackOil::template getRv_<FluidSystem,
|
||||
Scalar,
|
||||
FluidState>(fs,
|
||||
iq.pvtRegionIndex());
|
||||
FluidState,
|
||||
Scalar>(fs, iq.pvtRegionIndex());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user