alanrogers / legofit

Estimate population history parameters from site pattern frequencies.
Other
12 stars 1 forks source link

Fix allocation of array of BootChr pointers #2

Closed mmcco closed 7 years ago

mmcco commented 7 years ago

The best I can tell, legofit currently allocates a full BootChr for each index of self->bc when only a BootChr * is intended.

alanrogers commented 7 years ago

Thanks for the help!