mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-11 22:50:45 +01:00
tidy up
This commit is contained in:
parent
a782ca3238
commit
bfac5195b8
@ -244,7 +244,6 @@ PARALLEL_FOR_LOOP
|
|||||||
usec += Timer.useconds();
|
usec += Timer.useconds();
|
||||||
flops+= flops_call*NN;
|
flops+= flops_call*NN;
|
||||||
|
|
||||||
|
|
||||||
int pc = processor_coor[dim];
|
int pc = processor_coor[dim];
|
||||||
for(int idx=0;idx<sgrid->lSites();idx++) {
|
for(int idx=0;idx<sgrid->lSites();idx++) {
|
||||||
std::vector<int> lcoor(Nd);
|
std::vector<int> lcoor(Nd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user