Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h155 int IsCalibratedClockSatisfied (Tree *t,MrBFlt *minClockRate,MrBFlt *maxClockRate , MrBFlt to…
H A Dutils.c3727 IsCalibratedClockSatisfied (t,minClockRate,maxClockRate, 0.001); in findAllowedClockrate()
4487 int IsCalibratedClockSatisfied (Tree *t,MrBFlt *minClockRate,MrBFlt *maxClockRate , MrBFlt tol) in IsCalibratedClockSatisfied() function
H A Dmodel.c10264 …if (theTree->isCalibrated == YES && IsCalibratedClockSatisfied (theTree, &minRate,&maxRate, 0.001)… in DoStartvalsParm()
11714 … if (tree->isCalibrated == YES && IsCalibratedClockSatisfied(tree,&minRate,&maxRate, 0.0001) == NO) in FillTopologySubParams()