1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

qed-fvol: build fix

This commit is contained in:
Antonin Portelli 2016-12-15 20:06:46 +00:00
parent bc6678732f
commit 2e3c5890b6
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
SUBDIRS = Hadrons SUBDIRS = Hadrons qed-fvol

View File

@ -1,4 +1,4 @@
AM_CXXFLAGS += -I$(top_srcdir)/programs -I../$(top_srcdir)/programs AM_CXXFLAGS += -I$(top_srcdir)/extras
bin_PROGRAMS = qed-fvol bin_PROGRAMS = qed-fvol

View File

@ -57,6 +57,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
//////////////////////////////////////////// ////////////////////////////////////////////
// Gauge Actions // Gauge Actions
//////////////////////////////////////////// ////////////////////////////////////////////
#include <Grid/qcd/action/gauge/Photon.h>
#include <Grid/qcd/action/gauge/WilsonGaugeAction.h> #include <Grid/qcd/action/gauge/WilsonGaugeAction.h>
#include <Grid/qcd/action/gauge/PlaqPlusRectangleAction.h> #include <Grid/qcd/action/gauge/PlaqPlusRectangleAction.h>