@@ -63,7 +63,7 @@ function _ode_addsteps!(k, t, uprev, u, dt, f, p,
63
63
64
64
# ## Jacobian does not need to be re-evaluated after an event
65
65
# ## Since it's unchanged
66
- jacobian2W! (W, mass_matrix, dtγ, J, true )
66
+ jacobian2W! (W, mass_matrix, dtγ, J)
67
67
68
68
linsolve = cache. linsolve
69
69
@@ -215,7 +215,7 @@ function _ode_addsteps!(
215
215
216
216
# ## Jacobian does not need to be re-evaluated after an event
217
217
# ## Since it's unchanged
218
- jacobian2W! (W, mass_matrix, dtgamma, J, true )
218
+ jacobian2W! (W, mass_matrix, dtgamma, J)
219
219
220
220
linsolve = cache. linsolve
221
221
@@ -394,7 +394,7 @@ function _ode_addsteps!(k, t, uprev, u, dt, f, p, cache::RosenbrockCache,
394
394
@. . linsolve_tmp = @muladd fsalfirst + dtgamma * dT
395
395
396
396
# Jacobian does not need to be re-evaluated after an event since it's unchanged
397
- jacobian2W! (W, mass_matrix, dtgamma, J, true )
397
+ jacobian2W! (W, mass_matrix, dtgamma, J)
398
398
399
399
linsolve = cache. linsolve
400
400
@@ -623,7 +623,7 @@ function _ode_addsteps!(k, t, uprev, u, dt, f, p, cache::Rosenbrock5Cache,
623
623
624
624
# ## Jacobian does not need to be re-evaluated after an event
625
625
# ## Since it's unchanged
626
- jacobian2W! (W, mass_matrix, dtgamma, J, true )
626
+ jacobian2W! (W, mass_matrix, dtgamma, J)
627
627
628
628
linsolve = cache. linsolve
629
629
0 commit comments