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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user