diff options
Diffstat (limited to 'fourier_integrator.cpp')
-rw-r--r-- | fourier_integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fourier_integrator.cpp b/fourier_integrator.cpp index 3c33946..22866f2 100644 --- a/fourier_integrator.cpp +++ b/fourier_integrator.cpp @@ -222,7 +222,7 @@ int main(int argc, char* argv[]) { z *= Cnew[0]; - std::cerr << it << " " << ΔC << std::endl; + std::cerr << it << " " << p << " " << s << " " << τ₀ << " " << sqrt(ΔC / C.size()) << std::endl; if (it > maxIterations) { it = 0; |