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