summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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++) {