From 1245a8c1511cfe70104e137f468a48bdaeb2d5f9 Mon Sep 17 00:00:00 2001 From: g-simonetti Date: Wed, 20 Aug 2025 16:27:34 +0100 Subject: [PATCH] num_colours added to class S --- Grid/qcd/action/gauge/GaugeImplTypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Grid/qcd/action/gauge/GaugeImplTypes.h b/Grid/qcd/action/gauge/GaugeImplTypes.h index a9af1fae..8bbcde10 100644 --- a/Grid/qcd/action/gauge/GaugeImplTypes.h +++ b/Grid/qcd/action/gauge/GaugeImplTypes.h @@ -176,6 +176,8 @@ public: Group::ColdConfiguration(pRNG, U); } + static const int num_colours = Group::Dimension; + };