Skip to content

Commit

Permalink
Remove unused Solver::newton_maxlinsteps_ (#2592)
Browse files Browse the repository at this point in the history
Left over from #1732.

Closes #2590.
  • Loading branch information
dweindl authored Nov 24, 2024
1 parent 7ba2165 commit d72f8c2
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 d72f8c2

Please sign in to comment.