diff options
| -rw-r--r-- | log-fourier_integrator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 9120c83..97201cf 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) {          it++;        } -      if (it > 10) { +      if (it > 100) {          γ = std::max(0.5 * γ, 1e-6);          it = 0;          ΔC₀ = ΔC; | 
