keep the unity of the API.

This commit is contained in:
Liu Ming
2016-06-21 08:36:15 +08:00
parent b14ebe7616
commit d13d21231d
2 changed files with 10 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ namespace Opm {
int nonlinearIterations() const;
int linearIterations() const;
int wellIterations() const;
/// Not used by this class except to satisfy interface requirements.
typedef parameter::ParameterGroup SolverParameters;
@@ -159,6 +160,7 @@ namespace Opm {
unsigned int newtonIterations_;
unsigned int linearIterations_;
unsigned int wellIterations_;
// Private methods.
SolutionState