1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-24 19:14:17 +01:00

temporary thread safety in FFT

This commit is contained in:
2016-10-25 12:56:40 +01:00
parent b1508e4124
commit 33d199a0ad
+1 -1
View File
@@ -227,7 +227,7 @@ namespace Grid {
GridStopWatch timer; GridStopWatch timer;
timer.Start(); timer.Start();
PARALLEL_FOR_LOOP //PARALLEL_FOR_LOOP
for(int idx=0;idx<NN;idx++) { for(int idx=0;idx<NN;idx++) {
pencil_g.LocalIndexToLocalCoor(idx,lcoor); pencil_g.LocalIndexToLocalCoor(idx,lcoor);