1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
This commit is contained in:
paboyle 2016-08-24 16:38:36 +01:00
parent a782ca3238
commit bfac5195b8

View File

@ -244,7 +244,6 @@ PARALLEL_FOR_LOOP
usec += Timer.useconds();
flops+= flops_call*NN;
int pc = processor_coor[dim];
for(int idx=0;idx<sgrid->lSites();idx++) {
std::vector<int> lcoor(Nd);