summaryrefslogtreecommitdiff
path: root/log-fourier_integrator.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-20 00:33:46 -0300
committerJaron Kent-Dobias <jaron@kent-dobias.com>2025-04-20 00:33:46 -0300
commita1d16ffe59415f4f477355d21da808e43d6aa531 (patch)
treee514bb6fc945e6fc1021ac7fe8829032d1a3d1d6 /log-fourier_integrator.cpp
parent48e3caa0152e0606ce10157b9bd61431117baae6 (diff)
downloadcode-a1d16ffe59415f4f477355d21da808e43d6aa531.tar.gz
code-a1d16ffe59415f4f477355d21da808e43d6aa531.tar.bz2
code-a1d16ffe59415f4f477355d21da808e43d6aa531.zip
Un-debug the energy
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r--log-fourier_integrator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp
index f0c5649..fb8664b 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -174,7 +174,7 @@ int main(int argc, char* argv[]) {
+ (2 - h₂ₙ / h₂ₙ₊₁) * f₂ₙ₊₂
);
}
-// E *= β;
+ E *= β;
std::cerr << "\x1b[2K" << "\r";
std::cerr << β << " " << μ << " " << Ĉₜ[0].real() << " " << E << " " << γ << std::endl;