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:36:59 +00:00
parent fde2e07bf4
commit cc349c6512

View File

@ -32,9 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <unordered_map>
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
// very ugly here but possibly resolved if we had a base Reader class
template < class ReaderClass >
@ -44,7 +42,6 @@ public:
virtual void initialize(ReaderClass& ) = 0;
};
template <class Implementation,
template <typename, typename, typename> class Integrator,
class RepresentationsPolicy = NoHirep, class ReaderClass = XmlReader>
@ -213,7 +210,6 @@ typedef HMCWrapperTemplate<ScalarAdjImplR, MinimumNorm2, ScalarMatrixFields>
template <int Colours>
using ScalarNxNAdjGenericHMCRunner = HMCWrapperTemplate < ScalarNxNAdjImplR<Colours>, MinimumNorm2, ScalarNxNMatrixFields<Colours> >;
} // namespace QCD
} // namespace Grid
NAMESPACE_END(Grid);
#endif // GRID_GENERIC_HMC_RUNNER