Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c293 int stepRelativeBurninSS; /* Should we use relative burn in within each step or … variable
4060 stepRelativeBurninSS = chainParams.relativeBurnin; in DoSs()
4072 chainParams.relativeBurnin = stepRelativeBurninSS; in DoSs()
16363 if (stepRelativeBurninSS==YES) in RunChain()