mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-11 03:46:55 +01:00
ICC no compile fix
This commit is contained in:
@ -608,14 +608,14 @@ Note that in step D setting B ~ X - A and using B in place of A in step E will g
|
|||||||
LatticeMatrix Umu(out._grid);
|
LatticeMatrix Umu(out._grid);
|
||||||
for(int mu=0;mu<Nd;mu++){
|
for(int mu=0;mu<Nd;mu++){
|
||||||
LieRandomize(pRNG,Umu,0.01);
|
LieRandomize(pRNG,Umu,0.01);
|
||||||
pokeLorentz(out,Umu,mu);
|
PokeIndex<LorentzIndex>(out,Umu,mu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static void ColdConfiguration(GridParallelRNG &pRNG,LatticeGaugeField &out){
|
static void ColdConfiguration(GridParallelRNG &pRNG,LatticeGaugeField &out){
|
||||||
LatticeMatrix Umu(out._grid);
|
LatticeMatrix Umu(out._grid);
|
||||||
Umu=1.0;
|
Umu=1.0;
|
||||||
for(int mu=0;mu<Nd;mu++){
|
for(int mu=0;mu<Nd;mu++){
|
||||||
pokeLorentz(out,Umu,mu);
|
PokeIndex<LorentzIndex>(out,Umu,mu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user