summaryrefslogtreecommitdiff
path: root/log-fourier_integrator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'log-fourier_integrator.cpp')
-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 3ae00dd..e13cf1b 100644
--- a/log-fourier_integrator.cpp
+++ b/log-fourier_integrator.cpp
@@ -204,7 +204,7 @@ int main(int argc, char* argv[]) {
std::cerr << std::setprecision(7) << β << " " << Δβ << " " << μₜ << " " << ΔCₜ << " " << γ;
}
- if (std::isnan(Cₜ[0])) {
+ if (std::isnan(ΔCₜ)) {
β -= Δβ;
Δβ *= 0.1;
β += Δβ;