Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c13586 int i, j, n, maxNumExchanges, len, maxLen, reweightingChars=0; in PrintSwapInfo() local
13610 maxNumExchanges = 0; in PrintSwapInfo()
13613 if (i > j && swapInfo[n][i][j] > maxNumExchanges) in PrintSwapInfo()
13614 maxNumExchanges = swapInfo[n][i][j]; in PrintSwapInfo()
13615 SafeSprintf (&tempStr, &tempStrSize, "%d", maxNumExchanges); in PrintSwapInfo()