summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fourier_integrator.cpp2
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;