summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--log-fourier_integrator.cpp2
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;