diff options
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r-- | log-fourier_integrator.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index bc99789..c572364 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -158,7 +158,8 @@ int main(int argc, char* argv[]) { Ȓₜ = Ȓₜ₋₁; β -= Δβ; Δβ /= 2; - break; + μ₁ = 0; + μ₂ = 0; } else { if (pow(Cₜ[0] - 1, 2) < ε) { break; |