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 d6d23b3..cf26fea 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -193,6 +193,7 @@ int main(int argc, char* argv[]) { std::cerr << β << " " << μ << " " << Ĉₜ[0].real() << " " << E << " " << γ << std::endl; β += Δβ; + μ += Δβ; } for (unsigned i = 0; i < N; i++) { |