Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c1065 …sumssParams.stepToPlot = 0; /* Which step to plot in the step plot, 0 means b… in ReinitializeMrBayes()
H A Dsumpt.c819 if (sumssParams.stepToPlot == 0) in DoSumSs()
828 if (sumssParams.stepToPlot > chainParams.numStepsSS) in DoSumSs()
830 …t %d is out of range of step indices[0,...,%d].\n", spacer,sumssParams.stepToPlot,chainParams.numS… in DoSumSs()
833 …beginPrint=stepBeginSS+(sumssParams.stepToPlot-1)*numSamplesInStepSS + (int)(sumssParams.discardFr… in DoSumSs()
835 …%s Plotting step %d consisting of %d samples.\n", spacer,sumssParams.stepToPlot,numSamplesInStep… in DoSumSs()
885 sumssParams.stepToPlot=j; in DoSumSs()
1532 sumssParams.stepToPlot = tempI; in DoSumSsParm()
1533 … MrBayesPrint ("%s Setting sumss steptoplot to %d\n", spacer, sumssParams.stepToPlot); in DoSumSsParm()
H A Dbayes.h1488 int stepToPlot; /* Which step to plot in the step plot */ member
H A Dcommand.c13020 …ot <number> %d \n", sumssParams.stepToPlot); in GetUserHelp()