1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-19 02:05:55 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 23:07:36 +00:00
parent 4de58c4aab
commit 03633d709e

View File

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