mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
reducing the number of arguments of computeWellConnectionPressures
and computeWellConnectionDensitesPressures. These functions need to be renamed.
This commit is contained in:
@@ -514,7 +514,7 @@ namespace Opm {
|
||||
// and well connection pressures.
|
||||
computeAccum(state0, 0);
|
||||
// computeWellConnectionPressures(state0, well_state);
|
||||
stdWells().computeWellConnectionPressures(state0, well_state, fluid_, active_, phaseCondition(), depth, gravity);
|
||||
stdWells().computeWellConnectionPressures(state0, well_state, depth, gravity);
|
||||
}
|
||||
|
||||
// OPM_AD_DISKVAL(state.pressure);
|
||||
|
||||
Reference in New Issue
Block a user