Home
last modified time | relevance | path

Searched refs:POSREAL_MIN (Results 1 – 2 of 2) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h366 #define POSREAL_MIN 1E-25f macro
H A Dmodel.c8578 if (tempD < POSREAL_MIN || tempD > POSREAL_MAX) in DoPrsetParm()
8580 …d deviation of rate multipliers must be in the range %f - %f\n", spacer, POSREAL_MIN, POSREAL_MAX); in DoPrsetParm()