diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-29 12:15:49 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-29 12:15:49 -0300 |
commit | e108c33ab66d71c53fa7e9d81b95f6a00f61a114 (patch) | |
tree | b34c65c3841c19ff943fd26ee6bd44703cfbacfd /log_get_energy.cpp | |
parent | 35b877a54b32aede5592096ba4f19f9908bbec4d (diff) | |
download | code-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.tar.gz code-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.tar.bz2 code-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.zip |
Diffstat (limited to 'log_get_energy.cpp')
-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 227b8b9..ae17f6f 100644 --- a/log_get_energy.cpp +++ b/log_get_energy.cpp @@ -77,7 +77,7 @@ int main(int argc, char* argv[]) { Real μ = estimateZ(fft, C, Ct, R, Rt, p, s, λ, τ₀, β); - std::cout << p << " " << s << " " << λ << " " << τ₀ << " " << β << " " << μ << " " << Ct[0].real() << " " << e << std::endl; + std::cout << p << " " << s << " " << λ << " " << τ₀ << " " << β << " " << μ << " " << Ct[0].real() << " " << e << " " << Rt[0].real() << std::endl; } } |