diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-14 09:54:08 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-05-14 09:54:08 -0300 |
commit | ff435793673afd47c86c8dff3147cbce1342e35e (patch) | |
tree | 78f191f324b63db886ba9348f64d0700505b7ebd /log-fourier_integrator.cpp | |
parent | 4525068dfc6374813b9b55c0e968ac7b77425ace (diff) | |
download | code-ff435793673afd47c86c8dff3147cbce1342e35e.tar.gz code-ff435793673afd47c86c8dff3147cbce1342e35e.tar.bz2 code-ff435793673afd47c86c8dff3147cbce1342e35e.zip |
Remove trailing space
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r-- | log-fourier_integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index c2a6568..1b3cca4 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -96,7 +96,7 @@ int main(int argc, char* argv[]) { std::vector<Complex> Ȓₜ₋₁(N); std::vector<Real> Γ(N); - for (unsigned n = 0; n < N; n++) { + for (unsigned n = 0; n < N; n++) { Γ[n] = Γ₀ / (1 + std::pow(τ₀ * fft.ν(n), 2)); } |