diff --git a/opm/autodiff/StandardWellsDense.hpp b/opm/autodiff/StandardWellsDense.hpp index c4a185ca2..38f769025 100644 --- a/opm/autodiff/StandardWellsDense.hpp +++ b/opm/autodiff/StandardWellsDense.hpp @@ -251,6 +251,11 @@ enum WellVariablePositions { computeWellPotentials(const Simulator& ebosSimulator, WellState& well_state) const; + + // TODO: temporary function name for now before changing the simulator and also WellsMananger + void computeWellPotentials(const WellState& well_state, + std::vector& well_potentials) const; + WellCollection* wellCollection() const; const std::vector&