diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:32:12 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:32:12 -0300 |
commit | bb76b20bd43b427c5fb100eb431ee5b8487a4613 (patch) | |
tree | 3a5504d0a94955a2bc8c8903748437a9a43b9e5a | |
parent | a78e71298732b320c0d8fc471d4e41c0727e8146 (diff) | |
download | code-bb76b20bd43b427c5fb100eb431ee5b8487a4613.tar.gz code-bb76b20bd43b427c5fb100eb431ee5b8487a4613.tar.bz2 code-bb76b20bd43b427c5fb100eb431ee5b8487a4613.zip |
Tweaks
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index ad75400..28dd6e7 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -157,6 +157,8 @@ int main(int argc, char* argv[]) { Ĉₜ = Ĉₜ₋₁; Ȓₜ = Ȓₜ₋₁; μ *= 2; + μ₁ = 0; + μ₂ = 0; } else { if (pow(Cₜ[0] - 1, 2) < ε) { break; |