mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Should compile everywhere now
This commit is contained in:
parent
c8fc0b3e0c
commit
89ef2b7dc2
@ -92,7 +92,7 @@ void BaryonUtils<FImpl>::baryon_site(const mobj &D1,
|
||||
|
||||
|
||||
static const int epsilon[6][3] = {{0,1,2},{1,2,0},{2,0,1},{0,2,1},{2,1,0},{1,0,2}};
|
||||
static const int epsilon_sgn[6]= {1,1,1,-1,-1,-1};
|
||||
static const Complex epsilon_sgn[6]= {1,1,1,-1,-1,-1};
|
||||
|
||||
auto gD1a = GammaA * GammaA * D1;
|
||||
auto gD1b = GammaA * g4 * GammaA * D1;
|
||||
|
Loading…
Reference in New Issue
Block a user