changing to adapt to the change in the autodiff.

This commit is contained in:
Kai Bao
2015-06-18 16:56:39 +02:00
parent f3c98bc95a
commit 60494ac531
2 changed files with 40 additions and 25 deletions

View File

@@ -229,7 +229,11 @@ namespace Opm {
void
addWellEq(const SolutionState& state,
WellState& xw,
V& aliveWells);
std::vector<ADB>& mob_perfcells,
const std::vector<ADB>& b_perfcells,
V& aliveWells,
std::vector<ADB>& cq_s,
const bool welleq_initial);
void
addWellContributionToMassBalanceEq(const SolutionState& state,