summaryrefslogtreecommitdiff
path: root/log-fourier_integrator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r--log-fourier_integrator.cpp2
1 files changed, 1 insertions, 1 deletions
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;