mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-19 02:05:55 +01:00
Namespace
This commit is contained in:
parent
4de58c4aab
commit
03633d709e
@ -30,8 +30,7 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
|
|||||||
#ifndef GRID_QCD_WILSON_COMPRESSOR_H
|
#ifndef GRID_QCD_WILSON_COMPRESSOR_H
|
||||||
#define GRID_QCD_WILSON_COMPRESSOR_H
|
#define GRID_QCD_WILSON_COMPRESSOR_H
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// optimised versions supporting half precision too
|
// optimised versions supporting half precision too
|
||||||
@ -386,5 +385,5 @@ public:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}} // namespace close
|
NAMESPACE_END(Grid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user