mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-08 22:37:28 +05:00
QuickSort
This commit is contained in:
parent
20c2f2757e
commit
f6823a4769
@ -666,7 +666,7 @@ namespace netgen
|
|||||||
// sort edges:
|
// sort edges:
|
||||||
Array<int> sorted(cntedges);
|
Array<int> sorted(cntedges);
|
||||||
|
|
||||||
QickSort (edgelength, sorted);
|
QuickSort (edgelength, sorted);
|
||||||
|
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
for (i = 1; i <= cntedges; i++)
|
for (i = 1; i <= cntedges; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user