Made methods const in multi-segment model as well.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-10-15 15:23:03 +02:00
committed by Kai Bao
parent 95eb44e530
commit 81e9c25b10
2 changed files with 7 additions and 7 deletions

View File

@@ -252,12 +252,12 @@ namespace Opm {
const std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
V& aliveWells,
std::vector<ADB>& cq_s);
std::vector<ADB>& cq_s) const;
void
updatePerfPhaseRatesAndPressures(const std::vector<ADB>& cq_s,
const SolutionState& state,
WellState& xw);
WellState& xw) const;
void
addWellFluxEq(const std::vector<ADB>& cq_s,