summaryrefslogtreecommitdiff
path: root/log-fourier_integrator.cpp
diff options
context:
space:
mode:
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 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));
}