Sort table after parallel creation

This commit is contained in:
Matthias Hochsteger 2019-10-04 15:33:24 +02:00
parent 48aa301558
commit dbe0aaa1bc

View File

@ -1912,6 +1912,11 @@ namespace netgen
});
auto elsonpoint = creator.MoveTable();
ParallelFor (Range(elsonpoint), [&] (auto i)
{
QuickSort(elsonpoint[i]);
});
NgArray<int,PointIndex::BASE> numonpoint(np);
/*