mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Bugfix: add call to setEvaluationsFromValues() in updatePolyMW().
This commit is contained in:
parent
06c5c17c96
commit
40043b0dc6
@ -240,6 +240,7 @@ updatePolyMW(const WellState<Scalar>& well_state)
|
||||
value_[Bhp + 1 + well_.numPerfs() + perf] = skin_pressure[perf];
|
||||
}
|
||||
}
|
||||
setEvaluationsFromValues();
|
||||
}
|
||||
|
||||
template<class FluidSystem, class Indices>
|
||||
|
Loading…
Reference in New Issue
Block a user