mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
fix after Grid update
This commit is contained in:
@ -35,7 +35,8 @@ BEGIN_HADRONS_NAMESPACE
|
||||
class HadronsLogger: public Logger
|
||||
{
|
||||
public:
|
||||
HadronsLogger(int on, std::string nm): Logger("Hadrons", on, nm){};
|
||||
HadronsLogger(int on, std::string nm): Logger("Hadrons", on, nm,
|
||||
Logger::BLACK){};
|
||||
};
|
||||
|
||||
#define LOG(channel) std::cout << HadronsLog##channel
|
||||
|
Reference in New Issue
Block a user