diff options
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 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; } } |