Merge pull request #1017 from andlaus/remove_allcells

SimulatorFullyImplicitBlackoilEbos: remove unused "allcells_" attribute
This commit is contained in:
Atgeirr Flø Rasmussen
2017-01-12 09:59:41 +01:00
committed by GitHub

View File

@@ -763,7 +763,6 @@ protected:
DerivedGeology& geo_;
NewtonIterationBlackoilInterface& solver_;
// Misc. data
std::vector<int> allcells_;
const bool has_disgas_;
const bool has_vapoil_;
bool terminal_output_;