Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c332 int whichReweightNum; /* used for setting reweighting of char pats */ variable
3470 whichReweightNum = 0; in DoMcmcParm()
3474 if (whichReweightNum < 0 || whichReweightNum > 2) in DoMcmcParm()
3480 chainParams.weightScheme[whichReweightNum] = tempD; in DoMcmcParm()
3481 if (whichReweightNum < 2) in DoMcmcParm()
3503 if (whichReweightNum == 0) in DoMcmcParm()
3507 else if (whichReweightNum == 1) in DoMcmcParm()
3523 whichReweightNum++; in DoMcmcParm()