From 76e9370717a4440988758bf93ed3404386cb816d Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 21 May 2025 13:42:02 -0300 Subject: Don't use C++ complex pretty-printing --- print_correlations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print_correlations.cpp b/print_correlations.cpp index 45a10b5..4627119 100644 --- a/print_correlations.cpp +++ b/print_correlations.cpp @@ -78,7 +78,7 @@ int main(int argc, char* argv[]) { logFourierLoad(C, R, Ĉ, Ȓ, p, s, λ, τ₀, β, log2n, Δτ, logShift); for (unsigned n = 0; n < N; n++) { - std::cout << fft.t(n) << " " << C[n] << " " << R[n] << " " << fft.ν(n) << " " << Ĉ[n] << " " << Ȓ[n] << std::endl; + std::cout << fft.t(n) << " " << C[n] << " " << R[n] << " " << fft.ν(n) << " " << Ĉ[n].real() << " " << Ȓ[n].real() << " " << Ȓ[n].imag() << std::endl; } } -- cgit v1.2.3-70-g09d2