Minor changes to make BlackoilPolymerModel more like BlackoilModel.

No behaviour changes, only renaming etc. to reduce the diff.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-05-20 08:48:54 +02:00
parent 6984ca52e4
commit b7ef3b7f57
2 changed files with 25 additions and 30 deletions

View File

@@ -264,8 +264,6 @@ namespace Opm {
/// \brief Whether we print something to std::cout
bool terminal_output_;
unsigned int newtonIterations_;
unsigned int linearIterations_;
std::vector<int> primalVariable_;
V pvdt_;