diff options
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |