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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user