summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 99169a4..0e05366 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -241,7 +241,7 @@ int main(int argc, char* argv[]) {
logFourierSave(Cₜ, Rₜ, Ĉₜ, Ȓₜ, p, s, λ, τ₀, β, log2n, Δτ, logShift);
- if (Ĉₜ[0].real() / Ĉₜ₋₁[0].real() > 2) {
+ if (Ĉₜ[0].real() / Ĉₜ₋₁[0].real() > 1.5) {
Δβ *= 0.1;
}