From fdf883b41d601a0a500a9175c34e2673d14a584d Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Fri, 17 Sep 2021 11:14:16 -0400
Subject: [PATCH] A missing template...

---
 src/time_Ar0n.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/time_Ar0n.cpp b/src/time_Ar0n.cpp
index 9ed87c9..acfab07 100644
--- a/src/time_Ar0n.cpp
+++ b/src/time_Ar0n.cpp
@@ -78,7 +78,7 @@ auto some_teqp(obtainablethings thing, const Taus& taus, const Deltas& deltas, c
                     o += tdx::get_Ar02(model, Ts[j], rhos[j], c);
                 }
                 else if constexpr (itau == 0 && idelta > 2) {
-                    o += tdx::get_Ar0n<idelta>(model, Ts[j], rhos[j], c)[idelta];
+                    o += template tdx::get_Ar0n<idelta>(model, Ts[j], rhos[j], c)[idelta];
                 }
             }
             auto toc = std::chrono::high_resolution_clock::now();
-- 
GitLab