Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.c4154 MrBFlt treeAgeMin, treeAgeMax; in InitCalibratedBrlens() local
4171 treeAgeMax = POS_INFINITY; in InitCalibratedBrlens()
4175 treeAgeMax = t->root->left->calibration->max; in InitCalibratedBrlens()
4183 if (mp->treeAgePr.max < treeAgeMax) in InitCalibratedBrlens()
4184 treeAgeMax = mp->treeAgePr.max; in InitCalibratedBrlens()
4249 if (p->nodeDepth * 1.5 < treeAgeMax) in InitCalibratedBrlens()
4252 p->nodeDepth = p->age = treeAgeMax; in InitCalibratedBrlens()