mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
fix after Grid update
This commit is contained in:
parent
02f8b84ac9
commit
1e10b4571d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user