1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:33:18 +00:00
parent 12a7216dfe
commit cfe6c6838f

View File

@ -48,8 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
} \ } \
} }
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
// HMC Resource manager // HMC Resource manager
template <class ImplementationPolicy> template <class ImplementationPolicy>
@ -305,7 +304,7 @@ private:
}; };
}
} NAMESPACE_END(Grid);
#endif // HMC_RESOURCE_MANAGER_H #endif // HMC_RESOURCE_MANAGER_H