summaryrefslogtreecommitdiff
path: root/log_get_energy.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-29 12:15:49 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-29 12:15:49 -0300
commite108c33ab66d71c53fa7e9d81b95f6a00f61a114 (patch)
treeb34c65c3841c19ff943fd26ee6bd44703cfbacfd /log_get_energy.cpp
parent35b877a54b32aede5592096ba4f19f9908bbec4d (diff)
downloadcode-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.tar.gz
code-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.tar.bz2
code-e108c33ab66d71c53fa7e9d81b95f6a00f61a114.zip
Output also R0HEADmaster
Diffstat (limited to 'log_get_energy.cpp')
-rw-r--r--log_get_energy.cpp2
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;
}
}