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

Namesapce

This commit is contained in:
paboyle 2018-01-14 22:49:48 +00:00
parent a0380fad72
commit ff7e773d5e

View File

@ -29,8 +29,7 @@ Author: Guido Cossu <guido.cossu@ed.ac.uk>
#ifndef QCD_EVEN_ODD_SCHUR_DIFFERENTIABLE_H #ifndef QCD_EVEN_ODD_SCHUR_DIFFERENTIABLE_H
#define QCD_EVEN_ODD_SCHUR_DIFFERENTIABLE_H #define QCD_EVEN_ODD_SCHUR_DIFFERENTIABLE_H
namespace Grid{ NAMESPACE_BEGIN(Grid);
namespace QCD{
// Base even odd HMC on the normal Mee based schur decomposition. // Base even odd HMC on the normal Mee based schur decomposition.
// //
@ -140,6 +139,6 @@ namespace Grid{
}; };
} NAMESPACE_END(Grid);
}
#endif #endif