Darokrithia / PopGenSim

Simulates polygenic evolution of the polygenic trait of digital genomes aka degnomes
MIT License
2 stars 1 forks source link

Replace all calls to int_merge_sort() with calls to int_qsort() #25

Closed macosten closed 4 years ago

macosten commented 4 years ago

Right now, int_merge_sort just calls int_qsort, but for code clarity, we should refactor the codebase so that the code calls int_qsort directly.