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