1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +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
#define QCD_EVEN_ODD_SCHUR_DIFFERENTIABLE_H
namespace Grid{
namespace QCD{
NAMESPACE_BEGIN(Grid);
// Base even odd HMC on the normal Mee based schur decomposition.
//
@ -140,6 +139,6 @@ namespace Grid{
};
}
}
NAMESPACE_END(Grid);
#endif