1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:09:10 +00:00
parent ca60a218ac
commit efdd0e572c

View File

@ -576,8 +576,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
permute##dir(Chi_1,Chi_1);\ permute##dir(Chi_1,Chi_1);\
permute##dir(Chi_2,Chi_2); permute##dir(Chi_2,Chi_2);
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template <class Impl> template <class Impl>
void StaggeredKernels<Impl>::DhopSiteAsm(StencilImpl &st, LebesgueOrder &lo, void StaggeredKernels<Impl>::DhopSiteAsm(StencilImpl &st, LebesgueOrder &lo,
@ -916,5 +915,5 @@ KERNEL_INSTANTIATE(StaggeredKernels,DhopSiteAsm,StaggeredImplF);
KERNEL_INSTANTIATE(StaggeredKernels,DhopSiteAsm,StaggeredVec5dImplD); KERNEL_INSTANTIATE(StaggeredKernels,DhopSiteAsm,StaggeredVec5dImplD);
KERNEL_INSTANTIATE(StaggeredKernels,DhopSiteAsm,StaggeredVec5dImplF); KERNEL_INSTANTIATE(StaggeredKernels,DhopSiteAsm,StaggeredVec5dImplF);
}} NAMESPACE_END(Grid);