mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove wellIterationsLast_.
This commit is contained in:
@@ -117,9 +117,6 @@ namespace Opm {
|
||||
/// Number of linear solver iterations used in the last call to step().
|
||||
int linearIterationsLastStep() const;
|
||||
|
||||
/// Number of well iterations used in the last call to step().
|
||||
int wellIterationsLastStep() const;
|
||||
|
||||
/// Reference to physical model.
|
||||
const PhysicalModel& model() const;
|
||||
|
||||
@@ -160,7 +157,6 @@ namespace Opm {
|
||||
int wellIterations_;
|
||||
int nonlinearIterationsLast_;
|
||||
int linearIterationsLast_;
|
||||
int wellIterationsLast_;
|
||||
};
|
||||
} // namespace Opm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user