diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-03 12:56:59 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-03 12:56:59 -0300 |
commit | 91ede51679851cb4793b7f4274f13ce071376343 (patch) | |
tree | 1fc27a48a0db532bb66e42a90063674bcaee3370 /fourier_integrator.cpp | |
parent | 2af8d532265e3aea38092caf13da60ca582cd050 (diff) | |
download | code-91ede51679851cb4793b7f4274f13ce071376343.tar.gz code-91ede51679851cb4793b7f4274f13ce071376343.tar.bz2 code-91ede51679851cb4793b7f4274f13ce071376343.zip |
Changed what is printed
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; |