1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-23 22:24:30 +00:00

Hadrons: namespace reorganisation, now everything is in Grid::Hadrons, the 'using Grid::operator<<' statement is used to prevent a very nasty compilation error with GCC.

This commit is contained in:
2016-05-02 19:31:21 -07:00
parent 48fcc34d72
commit 6e83b6a203
13 changed files with 26 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ directory.
#include <Hadrons/Module.hpp>
using namespace Grid;
using namespace QCD;
using namespace Hadrons;
/******************************************************************************