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