1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

temporary thread safety in FFT

This commit is contained in:
Antonin Portelli 2016-10-25 12:56:40 +01:00
parent b1508e4124
commit 33d199a0ad

View File

@ -227,7 +227,7 @@ namespace Grid {
GridStopWatch timer;
timer.Start();
PARALLEL_FOR_LOOP
//PARALLEL_FOR_LOOP
for(int idx=0;idx<NN;idx++) {
pencil_g.LocalIndexToLocalCoor(idx,lcoor);