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

Compile fix

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