1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

gcc 4.9 fix

This commit is contained in:
paboyle
2017-06-13 10:48:43 +01:00
parent 769ad578f5
commit a16b1e134e
2 changed files with 7 additions and 6 deletions

View File

@ -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
//////////////////////////////////////////////////////////////////////

View File

@ -63,7 +63,6 @@ public:
}
};
int16_t i16 = 1;
uint16_t u16 = 2;
int32_t i32 = 3;