Namespace

This commit is contained in:
paboyle
2018-01-14 22:48:57 +00:00
parent 61e9a33777
commit a0380fad72
@@ -38,8 +38,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
#ifndef QCD_PSEUDOFERMION_EXACT_ONE_FLAVOUR_RATIO_H
#define QCD_PSEUDOFERMION_EXACT_ONE_FLAVOUR_RATIO_H
namespace Grid{
namespace QCD{
NAMESPACE_BEGIN(Grid);
///////////////////////////////////////////////////////////////
// Exact one flavour implementation of DWF determinant ratio //
@@ -259,6 +258,7 @@ namespace QCD{
dSdU = dSdU - Rop.k * force;
};
};
}}
NAMESPACE_END(Grid);
#endif