1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-11 14:40:46 +01:00

NAMESPACE and reformat

This commit is contained in:
paboyle 2018-01-13 00:05:33 +00:00
parent c0a9b38c02
commit 086db7bd19

View File

@ -30,8 +30,7 @@
#ifndef GRID_NERSC_IO_H
#define GRID_NERSC_IO_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
using namespace Grid;
@ -346,8 +345,8 @@ namespace Grid {
std::cout<<GridLogMessage <<"Read NERSC RNG file "<<file<< " format "<< data_type <<std::endl;
}
};
}}
NAMESPACE_END(QCD);
#endif