From 7a71e07a1108c98ec9f0b478a4b4a1bbb159b801 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Sat, 23 Nov 2024 17:51:23 +0100 Subject: [PATCH] Remove unused Solver::newton_maxlinsteps_ Closes #2590. --- include/amici/solver.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/amici/solver.h b/include/amici/solver.h index 5aa2d7830e..f7cde1efa0 100644 --- a/include/amici/solver.h +++ b/include/amici/solver.h @@ -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