summaryrefslogtreecommitdiff
path: root/fourier_integrator.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-03 12:56:59 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-03 12:56:59 -0300
commit91ede51679851cb4793b7f4274f13ce071376343 (patch)
tree1fc27a48a0db532bb66e42a90063674bcaee3370 /fourier_integrator.cpp
parent2af8d532265e3aea38092caf13da60ca582cd050 (diff)
downloadcode-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.cpp2
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;