1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:03:49 +00:00
parent 71c8c9e4fb
commit dc835ad1cb

View File

@ -33,8 +33,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
#include <Grid/perfmon/Stat.h>
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////////////////////////////////////////
// This is the 4d red black case appropriate to support
@ -231,6 +230,6 @@ namespace QCD {
unsigned int tmax);
};
}}
NAMESPACE_END(Grid);
#endif