mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 23:51:54 -06:00
clean up
This commit is contained in:
parent
9372f9d2ca
commit
d15a86b039
@ -564,8 +564,9 @@ public:
|
||||
simulator.setTimeStepSize(dt);
|
||||
}
|
||||
|
||||
bool doInvalidate = updateHysteresis_();
|
||||
doInvalidate = updateMaxOilSaturation_() || doInvalidate;
|
||||
const bool invalidateFromHyst = updateHysteresis_();
|
||||
const bool invalidateFromMaxOilSat = updateMaxOilSaturation_();
|
||||
const bool doInvalidate = invalidateFromHyst || invalidateFromMaxOilSat;
|
||||
|
||||
if (GET_PROP_VALUE(TypeTag, EnablePolymer))
|
||||
updateMaxPolymerAdsorption_();
|
||||
|
Loading…
Reference in New Issue
Block a user