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

do not check that mutation keys are sorted if gamete is extinct #66

Closed molpopgen closed 7 years ago

molpopgen commented 7 years ago

This PR addresses another issue due to #56, wherein extinct gametes keys are required to be sorted by position. This check is incorrect and should be skipped for extinct gametes.