mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
Namespace
This commit is contained in:
parent
eeacdfe031
commit
041d9137c0
@ -30,10 +30,7 @@ directory
|
||||
#ifndef ACTION_SET_H
|
||||
#define ACTION_SET_H
|
||||
|
||||
namespace Grid {
|
||||
|
||||
// Should drop this namespace here
|
||||
namespace QCD {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
//////////////////////////////////
|
||||
// Indexing of tuple types
|
||||
@ -110,7 +107,6 @@ struct ActionLevel {
|
||||
template <class GaugeField, class R>
|
||||
using ActionSet = std::vector<ActionLevel<GaugeField, R> >;
|
||||
|
||||
} // QCD
|
||||
} // Grid
|
||||
NAMESPACE_END(Grid);
|
||||
|
||||
#endif // ACTION_SET_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user