From 21d06f80a9584cfc7a95420991d8467e1f24359f Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 19 Apr 2025 16:12:34 -0300 Subject: More daring with μμ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log-fourier_integrator.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 014999f..f5dbfc7 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -143,15 +143,7 @@ int main(int argc, char* argv[]) { if (std::abs(Cₜ[0] - 1) < ε) { break; } else { - if (std::abs(Cₜ[0] - 1) < 1e-2) { - μ *= sqrt(Cₜ[0]); - } else { - if (Cₜ[0] > 1) { - μ *= 1.01; - } else { - μ /= 1.01; - } - } + μ *= sqrt(Cₜ[0]); } } -- cgit v1.2.3-70-g09d2