1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 #ifndef QCD_PSEUDOFERMION_EXACT_ONE_FLAVOUR_RATIO_H
#define QCD_PSEUDOFERMION_EXACT_ONE_FLAVOUR_RATIO_H #define QCD_PSEUDOFERMION_EXACT_ONE_FLAVOUR_RATIO_H
namespace Grid{ NAMESPACE_BEGIN(Grid);
namespace QCD{
/////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////
// Exact one flavour implementation of DWF determinant ratio // // Exact one flavour implementation of DWF determinant ratio //
@ -259,6 +258,7 @@ namespace QCD{
dSdU = dSdU - Rop.k * force; dSdU = dSdU - Rop.k * force;
}; };
}; };
}}
NAMESPACE_END(Grid);
#endif #endif