1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-07-02 08:23:29 +01:00

Make all tests compile

This commit is contained in:
Peter Boyle
2025-04-24 20:33:26 -04:00
parent be565ffab6
commit 677b4cc5b0
29 changed files with 93 additions and 37 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ public:
//////////////////////////////////////////////////
static void Staple(GaugeMat &staple, const GaugeLorentz &U, int mu) {
std::vector<GaugeMat> Umu(Nd, U.grid());
std::vector<GaugeMat> Umu(Nd, U.Grid());
for (int d = 0; d < Nd; d++) {
Umu[d] = PeekIndex<LorentzIndex>(U, d);
}