diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-29 11:17:51 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-29 11:17:51 -0300 |
commit | 01d4dba748cceccb190ad0cb90a152374f75b3ad (patch) | |
tree | 8f9a93659342b6b94b80af95f2b578c56695f430 /log-fourier_integrator.cpp | |
parent | 52b09b037fa26f247380941f3f0f920a6aa6350d (diff) | |
download | code-01d4dba748cceccb190ad0cb90a152374f75b3ad.tar.gz code-01d4dba748cceccb190ad0cb90a152374f75b3ad.tar.bz2 code-01d4dba748cceccb190ad0cb90a152374f75b3ad.zip |
Tweak
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 1318c46..5034489 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -132,7 +132,7 @@ int main(int argc, char* argv[]) { std::vector<Real> Rₜ₊₁ = fft.inverse(Ȓₜ₊₁); std::vector<Real> Cₜ₊₁ = fft.inverse(Ĉₜ₊₁); - μₜ *= pow(tanh(Cₜ₊₁[0]-1)+1, γ); + μₜ *= pow(tanh(Cₜ₊₁[0]-1)+1, 0.1); ΔCₜ = 0; for (unsigned i = 0; i < N; i++) { |