mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
GasLiftStage2: remove unused member nonlinear_iteration_idx_
This commit is contained in:
parent
26530e60e4
commit
865a039ca4
@ -149,7 +149,6 @@ namespace Opm
|
||||
bool debug_;
|
||||
int max_iterations_ = 1000;
|
||||
//int time_step_idx_;
|
||||
int nonlinear_iteration_idx_;
|
||||
|
||||
struct OptimizeState {
|
||||
OptimizeState( GasLiftStage2 &parent_, const Group &group_ ) :
|
||||
|
@ -61,9 +61,6 @@ GasLiftStage2(
|
||||
{
|
||||
// this->time_step_idx_
|
||||
// = this->ebos_simulator_.model().newtonMethod().currentTimeStep();
|
||||
this->nonlinear_iteration_idx_
|
||||
= ebos_simulator.model().newtonMethod().numIterations();
|
||||
|
||||
}
|
||||
|
||||
/********************************************
|
||||
|
Loading…
Reference in New Issue
Block a user