Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h156 int IsClockSatisfied (Tree *t, MrBFlt tol);
H A Dmodel.c10257 if (theTree->isClock == YES && IsClockSatisfied (theTree,0.001) == NO) in DoStartvalsParm()
10296 …if (theTree->isCalibrated == NO && IsClockSatisfied (usrTree, 0.001) == NO) // user tree is not ca… in DoStartvalsParm()
11709 if (tree->isClock == YES && IsClockSatisfied(tree, 0.0001) == NO) in FillTopologySubParams()
11746 if (IsClockSatisfied (tree, 0.0001) == NO) in FillTopologySubParams()
H A Dutils.c4718 int IsClockSatisfied (Tree *t, MrBFlt tol) in IsClockSatisfied() function
H A Dmcmc.c16888 IsClockSatisfied (GetTree (theMove->parm, chn, state[chn]),0.001) == NO) in RunChain()