mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-08 07:23:02 -06:00
BUGFIX Make the wellVariables constant
The wellVariables where left out in makeConstantState() With this fix norne runs
This commit is contained in:
parent
5cd7468b51
commit
1754181761
@ -951,6 +951,7 @@ namespace Opm {
|
||||
ADB& pp = state.canonical_phase_pressures[canphase];
|
||||
pp = ADB::constant(pp.value());
|
||||
}
|
||||
state.wellVariables = ADB::constant(state.wellVariables.value());
|
||||
}
|
||||
|
||||
void setupLegacyState(SolutionState& state,
|
||||
|
Loading…
Reference in New Issue
Block a user