From 218737ee7a4e763635c40e20ac1bdccc623b8f36 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 2 Apr 2025 21:44:29 -0300 Subject: Fixed bug --- fourier_integrator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fourier_integrator.cpp b/fourier_integrator.cpp index 8588354..fab80c7 100644 --- a/fourier_integrator.cpp +++ b/fourier_integrator.cpp @@ -189,6 +189,7 @@ int main(int argc, char* argv[]) { if (it > maxIterations) { y -= Δy; Δy /= 2; + it = 0; } } } -- cgit v1.2.3-70-g09d2