diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 22:08:14 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 22:08:14 -0300 |
commit | 7ed2a69c9af5d143bd7e882a726979876ad890ba (patch) | |
tree | a8e53a4c478950b4d6fff82bd601ad8d07b18af9 | |
parent | 8124b8b984b607c56556e8f0e994953a72575826 (diff) | |
download | code-7ed2a69c9af5d143bd7e882a726979876ad890ba.tar.gz code-7ed2a69c9af5d143bd7e882a726979876ad890ba.tar.bz2 code-7ed2a69c9af5d143bd7e882a726979876ad890ba.zip |
Tweak
-rw-r--r-- | fourier_integrator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fourier_integrator.cpp b/fourier_integrator.cpp index f6bcde9..9ce47b6 100644 --- a/fourier_integrator.cpp +++ b/fourier_integrator.cpp @@ -186,7 +186,7 @@ int main(int argc, char* argv[]) { Ct = Ctb; Rt = Rtb; // μ /= sqrt(sqrt(fac*std::tanh(Cb[0]-1)+1)); - μ *= 1.01; + μ *= 1.1; fac /= 2; μ₁ = 0; μ₂ = 0; |