1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:48:57 +00:00
parent 61e9a33777
commit a0380fad72

View File

@ -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