1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-24 06:57:09 +01:00

num_colours added to class S

This commit is contained in:
g-simonetti
2025-08-20 16:27:34 +01:00
parent 07113dc8ba
commit 1245a8c151

View File

@@ -176,6 +176,8 @@ public:
Group::ColdConfiguration(pRNG, U);
}
static const int num_colours = Group::Dimension;
};