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:13:02 +00:00
parent e2c39945b3
commit 34a788331f

View File

@ -33,9 +33,7 @@ directory
#ifndef APE_SMEAR_ #ifndef APE_SMEAR_
#define APE_SMEAR_ #define APE_SMEAR_
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
/*! @brief APE type smearing of link variables. */ /*! @brief APE type smearing of link variables. */
template <class Gimpl> template <class Gimpl>
@ -151,8 +149,6 @@ directory
} }
}; };
NAMESPACE_END(Grid);
}// namespace QCD
}//namespace Grid
#endif #endif