From 91ede51679851cb4793b7f4274f13ce071376343 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 3 Apr 2025 12:56:59 -0300 Subject: Changed what is printed --- fourier_integrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fourier_integrator.cpp') 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; -- cgit v1.2.3-70-g09d2