QuickSort

This commit is contained in:
Joachim Schoeberl 2009-10-28 00:26:33 +00:00
parent 20c2f2757e
commit f6823a4769

View File

@ -666,7 +666,7 @@ namespace netgen
// sort edges:
Array<int> sorted(cntedges);
QickSort (edgelength, sorted);
QuickSort (edgelength, sorted);
int cnt = 0;
for (i = 1; i <= cntedges; i++)