Skip to content
Snippets Groups Projects
Commit a11288ff authored by Ian Bell's avatar Ian Bell
Browse files

Remove ambiguity for n=2

parent 1222affe
No related branches found
No related tags found
No related merge requests found
......@@ -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];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment