paralleltop also in sequential version - only tye type

This commit is contained in:
Joachim Schoeberl 2022-04-26 22:58:02 +02:00
parent 76c0c52bed
commit ab5b653133

View File

@ -639,7 +639,7 @@ namespace netgen
}
// #ifdef PARALLEL
#ifdef PARALLEL
// TABLE<int> send_orders(ntasks), recv_orders(ntasks);
DynamicTable<int> send_orders(ntasks), recv_orders(ntasks);
@ -668,7 +668,7 @@ namespace netgen
for (auto proc : partop.GetDistantFaceProcs(f))
faceorder[f] = max(faceorder[f], recv_orders[proc][cnt[proc]++]);
}
// #endif
#endif
edgecoeffsindex.SetSize (nedges+1);