mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00: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
cd2fb68905
commit
8ad81bed32
@ -59,7 +59,7 @@ int main (int argc, char ** argv)
|
||||
////////////////////////////////////
|
||||
std::vector<LatticeColourMatrix> U(4,FGrid);
|
||||
for(int mu=0;mu<Nd;mu++){
|
||||
U[mu] = peekIndex<LorentzIndex>(Umu5d,mu);
|
||||
U[mu] = PeekIndex<LorentzIndex>(Umu5d,mu);
|
||||
}
|
||||
|
||||
if (1)
|
||||
|
@ -63,7 +63,7 @@ int main (int argc, char ** argv)
|
||||
#endif
|
||||
|
||||
for(int mu=0;mu<Nd;mu++){
|
||||
U[mu] = peekIndex<LorentzIndex>(Umu,mu);
|
||||
U[mu] = PeekIndex<LorentzIndex>(Umu,mu);
|
||||
}
|
||||
|
||||
{ // Naive wilson implementation
|
||||
|
Loading…
Reference in New Issue
Block a user