Skip to content

Commit

Permalink
Remove unused Solver::newton_maxlinsteps_
Browse files Browse the repository at this point in the history
Closes #2590.
  • Loading branch information
dweindl committed Nov 23, 2024
1 parent f42cc16 commit 7a71e07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/amici/solver.h
Original file line number Diff line number Diff line change
Expand Up @@ -1868,10 +1868,6 @@ class Solver {
/** maximum number of allowed Newton steps for steady state computation */
long int newton_maxsteps_{0L};

/** maximum number of allowed linear steps per Newton step for steady state
* computation */
long int newton_maxlinsteps_{0L};

/** Damping factor state used int the Newton method */
NewtonDampingFactorMode newton_damping_factor_mode_{
NewtonDampingFactorMode::on
Expand Down

0 comments on commit 7a71e07

Please sign in to comment.