From 34ca4dd53a4fef4f536d68cb33b6c56a7fb7f326 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 14 May 2021 22:20:41 -0400 Subject: [PATCH] Nexp=20 default. Need a test for this. --- Grid/qcd/action/gauge/GaugeImplTypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/qcd/action/gauge/GaugeImplTypes.h b/Grid/qcd/action/gauge/GaugeImplTypes.h index 2499e0e9..d4ecdb62 100644 --- a/Grid/qcd/action/gauge/GaugeImplTypes.h +++ b/Grid/qcd/action/gauge/GaugeImplTypes.h @@ -61,7 +61,7 @@ NAMESPACE_BEGIN(Grid); typedef typename Impl::Field Field; // hardcodes the exponential approximation in the template -template class GaugeImplTypes { +template class GaugeImplTypes { public: typedef S Simd; typedef typename Simd::scalar_type scalar_type;