From ee0e503b23b9651824ff70216e6d43abc59aa81d Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 19 Apr 2025 16:39:42 -0300 Subject: Make μ start a little small MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- log-fourier_integrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 67ec7b4..93f25e3 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -88,7 +88,7 @@ int main(int argc, char* argv[]) { Real β = 0; while (β < βₘₐₓ) { β += Δβ; - Real μ₁ = μ; + Real μ₁ = μ - ε; Real μ₂ = 0; while (true) { Real ΔC = 100; -- cgit v1.2.3-70-g09d2