1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 12:17:05 +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_
#define GAUGE_CONFIG_
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
//trivial class for no smearing
template< class Impl >
@ -280,7 +278,7 @@ class SmearedConfiguration {
}
}
};
}
}
NAMESPACE_END(Grid);
#endif