reducing the number of arguments of computeWellConnectionPressures

and computeWellConnectionDensitesPressures.

These functions need to be renamed.
This commit is contained in:
Kai Bao
2016-04-29 09:45:37 +02:00
parent 18a530f9be
commit 0667fceb35
6 changed files with 7 additions and 21 deletions

View File

@@ -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);