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

Refactor recycling API to use strong types #185

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

The reason to do this is that the current API means that you can send the wrong queue to the wrong function when writing a simulation. The result is bug that is hard to track down.