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.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp
index c572364..ad75400 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -156,10 +156,7 @@ int main(int argc, char* argv[]) {
Rₜ = Rₜ₋₁;
Ĉₜ = Ĉₜ₋₁;
Ȓₜ = Ȓₜ₋₁;
- β -= Δβ;
- Δβ /= 2;
- μ₁ = 0;
- μ₂ = 0;
+ μ *= 2;
} else {
if (pow(Cₜ[0] - 1, 2) < ε) {
break;