mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
big commit fixing nocompiles in defective C++11 compilers (gcc, icpc). stared getting to
near the bleeding edge I guess
This commit is contained in:
parent
a17684ebe2
commit
c20fdd45a5
@ -547,7 +547,7 @@ 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,1.0);
|
LieRandomize(pRNG,Umu,1.0);
|
||||||
pokeLorentz(out,Umu,mu);
|
pokeIndex<LorentzIndex>(out,Umu,mu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static void TepidConfiguration(GridParallelRNG &pRNG,LatticeGaugeField &out){
|
static void TepidConfiguration(GridParallelRNG &pRNG,LatticeGaugeField &out){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user