summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--log-fourier_integrator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp
index 97201cf..7569245 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -133,7 +133,7 @@ int main(int argc, char* argv[]) {
}
if (it > 100) {
- γ = std::max(0.5 * γ, 1e-6);
+ γ = std::max(0.5 * γ, 1e-3);
it = 0;
ΔC₀ = ΔC;
}