Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c328 MrBFlt *rateProbSpace; /* space for rate probs used by adgamma model */ variable
4759 free (rateProbSpace); in FreeChainMemory()
5664 rateProbSpace = (MrBFlt *) SafeMalloc (2 * numLocalChains * rateProbRowSize * sizeof(MrBFlt)); in InitAdGamma()
5666 if (!rateProbSpace || !rateProbs) in InitAdGamma()
5669 if (rateProbSpace) in InitAdGamma()
5670 free (rateProbSpace); in InitAdGamma()
5682 rateProbs[i] = rateProbSpace + j; in InitAdGamma()