Skip to content

Commit 20e1cb4

Browse files
Update src/R2N.jl
Co-authored-by: Dominique <[email protected]>
1 parent 5d63da7 commit 20e1cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2N.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function R2N(
218218

219219
ρk = Δobj / Δmod
220220

221-
R2N_stat = (η2 ρk < Inf) ? "" : (ρk < η1 ? "" : "=")
221+
R2N_stat = (η2 ρk < Inf) ? "" : (ρk < η1 ? "" : "=")
222222

223223
if (verbose > 0) && ((k % ptf == 0) || (k == 1))
224224
#! format: off

0 commit comments

Comments
 (0)