mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
gcc 4.9 fix
This commit is contained in:
@ -37,9 +37,6 @@
|
||||
#include <pwd.h>
|
||||
|
||||
namespace Grid {
|
||||
namespace QCD {
|
||||
|
||||
using namespace Grid;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// header specification/interpretation
|
||||
@ -71,6 +68,11 @@ namespace Grid {
|
||||
std::string, floating_point);
|
||||
};
|
||||
|
||||
namespace QCD {
|
||||
|
||||
using namespace Grid;
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Bit and Physical Checksumming and QA of data
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user