Skip to content

Commit 4256d78

Browse files
Clean up
1 parent 346581f commit 4256d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fstats_regression.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ subroutine lm_matrix(fun, xdata, ydata, pOld, yOld, dX2, jac, p, weights, &
12621262
if (dX2 > 0 .or. update) then
12631263
! Recompute the Jacobian
12641264
call jacobian_finite_diff(fun, xdata, p, yNew, jac, w1, &
1265-
stop, step, w2, args)
1265+
stop, step, w2, args = args)
12661266
neval = neval + n
12671267
if (stop) return
12681268
update = .false.

0 commit comments

Comments
 (0)