1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 02:59:42 +01:00
This commit is contained in:
Justin Lin 2021-02-24 14:35:18 +08:00
parent e7d96e2f01
commit b29753b131

View File

@ -35,8 +35,4 @@ function _sort_by_cmp(lt, cmp) =
before = [for(j = 1; j < leng; j = j + 1) if(cmp(lt[j], pivot) < 0) lt[j]],
after = [for(j = 1; j < leng; j = j + 1) if(cmp(lt[j], pivot) >= 0) lt[j]]
)
<<<<<<< HEAD
concat(_sort_by_cmp(before, cmp), [pivot], _sort_by_cmp(after, cmp));
=======
concat(_sort_by_cmp(before, cmp), [pivot], _sort_by_cmp(after, cmp));
>>>>>>> 04a802bfb911930423c0e24af5370bc91b96e8f5