mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Antonin Portelli
bc6678732f
# Conflicts: # Makefile.am # configure.ac # lib/qcd/action/gauge/Photon.h
12 lines
372 B
C++
12 lines
372 B
C++
#include <qed-fvol/Global.hpp>
|
|
|
|
using namespace Grid;
|
|
using namespace QCD;
|
|
using namespace QedFVol;
|
|
|
|
QedFVolLogger QedFVol::QedFVolLogError(1,"Error");
|
|
QedFVolLogger QedFVol::QedFVolLogWarning(1,"Warning");
|
|
QedFVolLogger QedFVol::QedFVolLogMessage(1,"Message");
|
|
QedFVolLogger QedFVol::QedFVolLogIterative(1,"Iterative");
|
|
QedFVolLogger QedFVol::QedFVolLogDebug(1,"Debug");
|