1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 22:20:45 +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_
#define APE_SMEAR_
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
/*! @brief APE type smearing of link variables. */
template <class Gimpl>
@ -151,8 +149,6 @@ directory
}
};
NAMESPACE_END(Grid);
}// namespace QCD
}//namespace Grid
#endif