diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-20 13:03:01 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-20 13:03:01 -0300 |
commit | a85abcca348e8e83b476eca92eef7c27631fd192 (patch) | |
tree | 2826b3915274dcae4f027e1edacfa9e11ba2795c | |
parent | 7b25a90718d6a62c912f31550b8e7d4143300291 (diff) | |
download | code-a85abcca348e8e83b476eca92eef7c27631fd192.tar.gz code-a85abcca348e8e83b476eca92eef7c27631fd192.tar.bz2 code-a85abcca348e8e83b476eca92eef7c27631fd192.zip |
More information in energy output
-rw-r--r-- | log_get_energy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log_get_energy.cpp b/log_get_energy.cpp index 05e0e54..3ea2ab8 100644 --- a/log_get_energy.cpp +++ b/log_get_energy.cpp @@ -73,7 +73,7 @@ int main(int argc, char* argv[]) { Real μ = estimateZ(fft, C, Ct, R, Rt, p, s, λ, τ₀, β); - std::cout << β << " " << μ << " " << Ct[0].real() << " " << e << std::endl; + std::cout << p << " " << s << " " << λ << " " << τ₀ << " " << β << " " << μ << " " << Ct[0].real() << " " << e << std::endl; } } |