mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
QuickSort
This commit is contained in:
parent
20c2f2757e
commit
f6823a4769
@ -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++)
|
||||
|
Loading…
Reference in New Issue
Block a user