We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1938d52 commit 5b03313Copy full SHA for 5b03313
lib/OrdinaryDiffEqRosenbrock/src/rosenbrock_perform_step.jl
@@ -308,7 +308,7 @@ end
308
309
if mass_matrix !== I
310
invatol = inv(integrator.opts.abstol)
311
- atmp = ifelse(!integrator.differential_vars, integrator.fsallast, false) .* invatol
+ atmp = ifelse(integrator.differential_vars, false, integrator.fsallast) .* invatol
312
integrator.EEst += integrator.opts.internalnorm(atmp, t)
313
end
314
@@ -384,7 +384,7 @@ end
384
385
386
387
388
389
390
0 commit comments