1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-22 01:54:17 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 23:47:37 +00:00
parent e5535f4d72
commit eeacdfe031
+2 -4
View File
@@ -32,8 +32,7 @@ directory
#ifndef ACTION_BASE_H #ifndef ACTION_BASE_H
#define ACTION_BASE_H #define ACTION_BASE_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
template <class GaugeField > template <class GaugeField >
class Action class Action
@@ -50,7 +49,6 @@ class Action
virtual ~Action(){} virtual ~Action(){}
}; };
} NAMESPACE_END(Grid);
}
#endif // ACTION_BASE_H #endif // ACTION_BASE_H