mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 11:45:56 +01:00
Hadrons: fix after build system update
This commit is contained in:
parent
2485ef9c9c
commit
a2e9430abe
@ -30,8 +30,7 @@ directory.
|
||||
|
||||
#include <set>
|
||||
#include <stack>
|
||||
#include <cxxabi.h>
|
||||
#include <Grid.h>
|
||||
#include <Grid/Grid.h>
|
||||
|
||||
#define BEGIN_HADRONS_NAMESPACE \
|
||||
namespace Grid {\
|
||||
@ -50,7 +49,7 @@ class HadronsLogger: public Logger
|
||||
{
|
||||
public:
|
||||
HadronsLogger(int on, std::string nm): Logger("Hadrons", on, nm,
|
||||
Logger::BLACK){};
|
||||
GridLogColours, "BLACK"){};
|
||||
};
|
||||
|
||||
#define LOG(channel) std::cout << HadronsLog##channel
|
||||
|
@ -1,5 +1,4 @@
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/programs -I../$(top_srcdir)/programs -I$(top_srcdir)/lib
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
AM_CXXFLAGS += -I$(top_srcdir)/programs -I../$(top_srcdir)/programs
|
||||
|
||||
bin_PROGRAMS = Hadrons
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user