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