moving variableStateExtractWellsVars() from models to Well Models.

This commit is contained in:
Kai Bao
2016-05-12 15:14:20 +02:00
parent fbe7143f54
commit 879f127ae8
9 changed files with 71 additions and 69 deletions

View File

@@ -365,11 +365,6 @@ namespace Opm {
const std::vector<int>& indices,
std::vector<ADB>& vars) const;
void
variableStateExtractWellsVars(const std::vector<int>& indices,
std::vector<ADB>& vars,
SolutionState& state) const;
void
computeAccum(const SolutionState& state,
const int aix );