diff options
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 6a4b71a..f53d037 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -135,6 +135,7 @@ int main(int argc, char* argv[]) { Ȓₜ[i] += γ * (Ȓₜ₊₁[i] - Ȓₜ[i]); } + /* if (ΔC < ΔC₀) { ΔC₀ = ΔC; it = 0; @@ -148,6 +149,7 @@ int main(int argc, char* argv[]) { it = 0; ΔC₀ = ΔC; } + */ std::cerr << β << " " << μ << " " << ΔC << " " << γ << " " << Cₜ[0]; std::cerr << "\r"; |