Skip to content

Commit 075c8a7

Browse files
fix comment indentation
1 parent 7194f37 commit 075c8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LMTR_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ function LMTR(
253253
Jk = jac_op_residual(nls, xk)
254254
jtprod_residual!(nls, xk, Fk, ∇fk)
255255
σmax = opnorm(Jk)
256-
νInv = (1 + θ) * σmax^2 # ‖J'J‖ = ‖J‖²
256+
νInv = (1 + θ) * σmax^2 # ‖J'J‖ = ‖J‖²
257257
@. mν∇fk = -∇fk / νInv
258258
end
259259

0 commit comments

Comments
 (0)