1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-09-19 17:51:04 +01:00

Namespace, fmt

This commit is contained in:
paboyle
2018-01-14 23:30:34 +00:00
parent 493ea80208
commit ccd75c039a

View File

@@ -28,8 +28,7 @@ directory
/* END LEGAL */ /* END LEGAL */
#include <Grid.h> #include <Grid.h>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
const std::vector<int> const std::vector<int>
ImprovedStaggeredFermionStatic::directions({0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3}); ImprovedStaggeredFermionStatic::directions({0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3});
@@ -423,4 +422,4 @@ FermOpStaggeredTemplateInstantiate(ImprovedStaggeredFermion);
//AdjointFermOpTemplateInstantiate(ImprovedStaggeredFermion); //AdjointFermOpTemplateInstantiate(ImprovedStaggeredFermion);
//TwoIndexFermOpTemplateInstantiate(ImprovedStaggeredFermion); //TwoIndexFermOpTemplateInstantiate(ImprovedStaggeredFermion);
}} NAMESPACE_END(Grid);