diff options
| -rw-r--r-- | log-fourier_integrator.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index 3562e4e..6ebd474 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -86,9 +86,10 @@ int main(int argc, char* argv[]) {    }    Real β = 0; +  μ -= 1e-2;    while (β < βₘₐₓ) {      β += Δβ; -    Real μ₁ = μ - 1e-3; +    Real μ₁ = μ;      Real μ₂ = 0;      while (true) {        Real ΔC = 100; | 
