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

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