diff options
| -rw-r--r-- | log-fourier_integrator.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index f53d037..c9ff482 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -207,6 +207,7 @@ int main(int argc, char* argv[]) {      std::cerr << β << " " << μ << " " << Ĉₜ[0].real() << " " << E << " " << γ << std::endl;      β += Δβ; +    μ *= 2;      Cₜ₋₁ = Cₜ;      Rₜ₋₁ = Rₜ;      Ĉₜ₋₁ = Ĉₜ; | 
