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

popbase constructor #131

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

The constructor takes an initial count for gamete number. Currently, this number is diploid-centric, which should be fixed. Essentially, this is something that #115 didn't catch.