mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Namespace
This commit is contained in:
parent
4491d87766
commit
3a9f746421
@ -5,8 +5,7 @@
|
|||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
namespace QCD {
|
|
||||||
|
|
||||||
class Gamma {
|
class Gamma {
|
||||||
public:
|
public:
|
||||||
@ -1343,6 +1342,6 @@ inline auto operator*(const iMatrix<vtype, Ns> &arg, const Gamma &G)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
}}
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
#endif // GRID_QCD_GAMMA_H
|
#endif // GRID_QCD_GAMMA_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user