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

Bug in example programs with tree sequences #213

Closed molpopgen closed 5 years ago

molpopgen commented 5 years ago

In examples/tree_sequences_common.cc, the default for scoeff is max double rather than quiet_NaN, which causes downstream problems.