GasLiftStage2: remove unused member nonlinear_iteration_idx_

This commit is contained in:
Arne Morten Kvarving 2021-05-23 13:47:04 +02:00
parent 26530e60e4
commit 865a039ca4
2 changed files with 0 additions and 4 deletions

View File

@ -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_ ) :

View File

@ -61,9 +61,6 @@ GasLiftStage2(
{
// this->time_step_idx_
// = this->ebos_simulator_.model().newtonMethod().currentTimeStep();
this->nonlinear_iteration_idx_
= ebos_simulator.model().newtonMethod().numIterations();
}
/********************************************