NBISweden / MrBayes

MrBayes is a program for Bayesian inference and model choice across a wide range of phylogenetic and evolutionary models. For documentation and downloading the program, please see the home page:
http://NBISweden.github.io/MrBayes/
GNU General Public License v3.0
232 stars 79 forks source link

Explicit type conversions to ensure clean compile #207

Closed ronquist closed 4 years ago

ronquist commented 4 years ago

This code introduces (safe) explicit type conversions for some statements involving long long integers for the number of generations of a chain (allowing very long chains). The fixes ensure a clean compile according to @zhangchicool .