1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 05:07:05 +01:00

Compile fix

This commit is contained in:
Azusa Yamaguchi
2015-06-05 10:29:42 +01:00
parent bb36139fc2
commit 5f33cc3a95
2 changed files with 9 additions and 5 deletions

View File

@ -120,6 +120,10 @@ void siteRectangle(GaugeMat &plaq,const std::vector<GaugeMat> &U, const int mu,
*/
};
typedef WilsonLoops<LatticeColourMatrix,LatticeGaugeField> ColourWilsonLoops;
}}