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:11:03 +00:00
parent 1591d391b9
commit e2c39945b3

View File

@ -6,9 +6,7 @@
#ifndef GAUGE_CONFIG_ #ifndef GAUGE_CONFIG_
#define GAUGE_CONFIG_ #define GAUGE_CONFIG_
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
//trivial class for no smearing //trivial class for no smearing
template< class Impl > template< class Impl >
@ -280,7 +278,7 @@ class SmearedConfiguration {
} }
} }
}; };
}
} NAMESPACE_END(Grid);
#endif #endif