Home
last modified time | relevance | path

Searched refs:CPPLAMBDA_MAX (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h352 #define CPPLAMBDA_MAX 100.0f macro
H A Dproposal.c891 while (newLambda < CPPLAMBDA_MIN || newLambda > CPPLAMBDA_MAX) in Move_CPPRate()
895 if (newLambda > CPPLAMBDA_MAX) in Move_CPPRate()
896 newLambda = CPPLAMBDA_MAX * CPPLAMBDA_MAX / newLambda; in Move_CPPRate()
H A Dmodel.c8513 if (tempD < CPPLAMBDA_MIN || tempD > CPPLAMBDA_MAX) in DoPrsetParm()
8515 …rBayesPrint ("%s CPP rate must be in the range %f - %f\n", spacer, CPPLAMBDA_MIN, CPPLAMBDA_MAX); in DoPrsetParm()