moving variableWellStateInitials to StandardWells.

This commit is contained in:
Kai Bao
2016-04-22 10:51:17 +02:00
parent 15380fd370
commit 08e691e262
6 changed files with 69 additions and 40 deletions

View File

@@ -188,6 +188,11 @@ namespace Opm {
std::vector<int>
variableWellStateIndices() const;
template <class WellState>
void
variableWellStateInitials(const WellState& xw,
std::vector<Vector>& vars0) const;
protected:
bool wells_active_;
const Wells* wells_;