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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp
index 3a8a464..a0f83cb 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -135,6 +135,7 @@ int main(int argc, char* argv[]) {
if (it > 100) {
γ = std::max(0.5 * γ, 1e-6);
it = 0;
+ ΔC₀ = ΔC;
}
std::cerr << β << " " << μ << " " << ΔC << " " << γ;