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

Extensions types should expose weights #139

Closed molpopgen closed 6 years ago

molpopgen commented 6 years ago

The weights are private data. But, for the purposes of testing, etc., it would be handy to have them made visible, even if by copy.