1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Finishing the reorg

This commit is contained in:
Peter Boyle
2015-04-18 21:24:10 +01:00
parent 8ddfa7e6b0
commit 6bd11d920a
3 changed files with 44 additions and 43 deletions

View File

@ -277,7 +277,7 @@ int main (int argc, char ** argv)
peekSite(bar,Bar,coor);
for(int r=0;r<3;r++){
for(int c=0;c<3;c++){
// cout<<"bar "<<coor[0]<<coor[1]<<coor[2]<<coor[3] <<" "<<bar._internal._internal[r][c]<<std::endl;
cout<<"bar "<<coor[0]<<coor[1]<<coor[2]<<coor[3] <<" "<<bar()()(r,c)<<std::endl;
}}
}}}}
}