diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-11 09:58:10 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-11 09:58:10 -0300 |
commit | 4312722ad423164f52e3af7427cdb7a772aea443 (patch) | |
tree | 693f2f6fdcb84a9829169e4401e8799bf20aec7e | |
parent | 64760613770d32c697ca03030cef5986e550f306 (diff) | |
download | code-4312722ad423164f52e3af7427cdb7a772aea443.tar.gz code-4312722ad423164f52e3af7427cdb7a772aea443.tar.bz2 code-4312722ad423164f52e3af7427cdb7a772aea443.zip |
A little more quickly
-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 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; } |