molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

fwdpp::ts::mutate_tables doesn't sort the mutation table #212

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

In a silly brain fart, this function doesn't sort the table after it is done. The current example programs (and fwdpy11) do it "manually" after making the call. This issue should be fixed in #211 and the site_table should be rebuilt as well.