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

@@ -68,9 +68,6 @@ namespace Opm {
template <class SolutionState, class WellState>
void computeWellConnectionPressures(const SolutionState& state,
const WellState& xw,
const BlackoilPropsAdInterface& fluid,
const std::vector<bool>& active,
const std::vector<PhasePresence>& phaseCondition,
const Vector& depth,
const double gravity);