From 249e69f929908922d7750a2210c1b6a3332b8b2e Mon Sep 17 00:00:00 2001 From: Aayush Sabharwal Date: Wed, 22 May 2024 16:41:26 +0530 Subject: [PATCH] refactor: format --- src/integrator_interface.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/integrator_interface.jl b/src/integrator_interface.jl index 9593baeb4..7f728adf0 100644 --- a/src/integrator_interface.jl +++ b/src/integrator_interface.jl @@ -622,7 +622,8 @@ function check_error(integrator::DEIntegrator) bigtol = max(integrator.opts.reltol, integrator.opts.abstol) # only declare instability if the dt is very small # or we have at least one digit of accuracy in the solution - if integrator.dt