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

Compile fix

This commit is contained in:
Azusa Yamaguchi
2015-06-05 10:29:42 +01:00
parent 33803a3dee
commit 351c2905f5
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;
}}