From 5f33cc3a958b7a7dcde6e621565dc8a1e0125687 Mon Sep 17 00:00:00 2001 From: Azusa Yamaguchi Date: Fri, 5 Jun 2015 10:29:42 +0100 Subject: [PATCH] Compile fix --- lib/qcd/utils/WilsonLoops.h | 4 ++++ tests/Test_GaugeAction.cc | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/qcd/utils/WilsonLoops.h b/lib/qcd/utils/WilsonLoops.h index f2d6d4de..82230aa8 100644 --- a/lib/qcd/utils/WilsonLoops.h +++ b/lib/qcd/utils/WilsonLoops.h @@ -120,6 +120,10 @@ void siteRectangle(GaugeMat &plaq,const std::vector &U, const int mu, */ }; + + + typedef WilsonLoops ColourWilsonLoops; + }} diff --git a/tests/Test_GaugeAction.cc b/tests/Test_GaugeAction.cc index 07e7a4eb..0dde6d8f 100644 --- a/tests/Test_GaugeAction.cc +++ b/tests/Test_GaugeAction.cc @@ -1,12 +1,12 @@ #include +#include +#include + using namespace std; using namespace Grid; using namespace Grid::QCD; - - - int main (int argc, char ** argv) { Grid_init(&argc,&argv); @@ -96,14 +96,14 @@ int main (int argc, char ** argv) Complex p = TensorRemove(Tp); std::cout << "calculated plaquettes " <