mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +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:
@ -63,7 +63,7 @@ int main (int argc, char ** argv)
|
||||
ColourWilsonLoops::Staple(staple,Umu,mu);
|
||||
staple = adj(staple);
|
||||
|
||||
link = peekIndex<LorentzIndex>(Umu,mu);
|
||||
link = PeekIndex<LorentzIndex>(Umu,mu);
|
||||
|
||||
for( int subgroup=0;subgroup<SU3::su2subgroups();subgroup++ ) {
|
||||
|
||||
|
Reference in New Issue
Block a user