From 8a3a0e60fb348bc2f5629e746cbdfcb96570aaef Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 19 Apr 2025 16:44:36 -0300 Subject: More tweaks --- log-fourier_integrator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 3562e4e..6ebd474 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -86,9 +86,10 @@ int main(int argc, char* argv[]) { } Real β = 0; + μ -= 1e-2; while (β < βₘₐₓ) { β += Δβ; - Real μ₁ = μ - 1e-3; + Real μ₁ = μ; Real μ₂ = 0; while (true) { Real ΔC = 100; -- cgit v1.2.3-70-g09d2