mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
This was needed to compile on gcc
This commit is contained in:
parent
487fde8496
commit
df2aac01f4
@ -69,10 +69,10 @@ namespace Grid{
|
|||||||
LatticeColourMatrix Umu(U._grid);
|
LatticeColourMatrix Umu(U._grid);
|
||||||
LatticeColourMatrix Pmu(U._grid);
|
LatticeColourMatrix Pmu(U._grid);
|
||||||
for (int mu = 0; mu < Nd; mu++){
|
for (int mu = 0; mu < Nd; mu++){
|
||||||
Umu=peekLorentz(U, mu);
|
Umu=PeekIndex<LorentzIndex>(U, mu);
|
||||||
Pmu=peekLorentz(*P, mu);
|
Pmu=PeekIndex<LorentzIndex>(*P, mu);
|
||||||
Umu = expMat(Pmu, ep, Params.Nexp)*Umu;
|
Umu = expMat(Pmu, ep, Params.Nexp)*Umu;
|
||||||
pokeLorentz(U, Umu, mu);
|
PokeIndex<LorentzIndex>(U, Umu, mu);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user