diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 15:51:56 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 15:51:56 -0300 |
commit | 29bf9c1a4cdc0a32898dee28766843e5d0683ddc (patch) | |
tree | ed2015ff04cae1a8354f20010b8e74e8ebfec274 /log-fourier_integrator.cpp | |
parent | d2d2ae03be1c3361efdf9bad4ddcc87f53c5a8c4 (diff) | |
download | code-29bf9c1a4cdc0a32898dee28766843e5d0683ddc.tar.gz code-29bf9c1a4cdc0a32898dee28766843e5d0683ddc.tar.bz2 code-29bf9c1a4cdc0a32898dee28766843e5d0683ddc.zip |
Tweak
Diffstat (limited to 'log-fourier_integrator.cpp')
-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 9120c83..97201cf 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) { it++; } - if (it > 10) { + if (it > 100) { γ = std::max(0.5 * γ, 1e-6); it = 0; ΔC₀ = ΔC; |