Skip to content

Commit de3f646

Browse files
committed
Typo in the comment
1 parent 9b7fe55 commit de3f646

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/solver_options.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ class SolverOptions
8989
// Otherwise stop with error message.
9090
bool redo_newton = false;
9191

92-
// If Newton method fails to converge within max_Newton_iter iterations in a
93-
// row, the solver will try to update Jacobian every single iteration.
92+
// If Newton method fails to converge within 'max_Newton_iter' iterations
93+
// 'newton_failed_attempts' times in a row, the solver will try to update
94+
// Jacobian every single iteration next time step.
9495
int newton_failed_attempts = 3;
9596

9697
// 1 - V-SATS will use NORM_infinity to estimate solution variability,

0 commit comments

Comments
 (0)