From b85b401c30234f76f4ba914063aa35cfe4df7a1a Mon Sep 17 00:00:00 2001
From: Jaron Kent-Dobias <jaron@kent-dobias.com>
Date: Sat, 19 Apr 2025 16:40:13 -0300
Subject: Make μ start a little smaller
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(-)

(limited to 'log-fourier_integrator.cpp')

diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp
index 93f25e3..3562e4e 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 μ₁ = μ - 1e-3;
     Real μ₂ = 0;
     while (true) {
       Real ΔC = 100;
-- 
cgit v1.2.3-70-g09d2