diff options
-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 d4d710f..7b24a55 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -13,7 +13,7 @@ int main(int argc, char* argv[]) { unsigned log2n = 8; Real Δτ = 0.1; Real k = -0.01; - Real shift = 0.4; + Real shift = 0.5; /* Iteration parameters */ Real ε = 1e-15; |