diff --git a/src/time_Ar0n.cpp b/src/time_Ar0n.cpp index 93bd083625e827e970151c9a94326d47412d514d..9ed87c98054a804a754cd83f26291f983388a911 100644 --- a/src/time_Ar0n.cpp +++ b/src/time_Ar0n.cpp @@ -77,7 +77,7 @@ auto some_teqp(obtainablethings thing, const Taus& taus, const Deltas& deltas, c else if constexpr (itau == 0 && idelta == 2) { o += tdx::get_Ar02(model, Ts[j], rhos[j], c); } - else if constexpr (itau == 0 && idelta > 1) { + else if constexpr (itau == 0 && idelta > 2) { o += tdx::get_Ar0n<idelta>(model, Ts[j], rhos[j], c)[idelta]; } }