Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.c711 defaultModel.ny98omega3Fixed = 2.0; in InitializeMrBayes()
H A Dbayes.h1020 MrBFlt ny98omega3Fixed; member
H A Dmodel.c5345 modelParams[i].ny98omega3Fixed = tempD; in DoPrsetParm()
5347 …ayesPrint ("%s Setting Ny98omega3pr to Fixed(%1.2lf)\n", spacer, modelParams[i].ny98omega3Fixed); in DoPrsetParm()
5349 …ng Ny98omega3pr to Fixed(%1.2lf) for partition %d\n", spacer, modelParams[i].ny98omega3Fixed, i+1); in DoPrsetParm()
10973 value[2] = mp->ny98omega3Fixed; in FillNormalParams()
13431 …if (AreDoublesEqual (modelParams[part1].ny98omega3Fixed, modelParams[part2].ny98omega3Fixed, (MrBF… in IsModelSame()
22450 …("%s selection is fixed to %1.2lf.\n", spacer, modelParams[i].ny98omega3Fixed); in ShowModel()
23382 …BayesPrint ("%s Fixed(%1.2lf) on omega(3)\n", spacer, mp->ny98omega3Fixed); in ShowParameters()
H A Dcommand.c11411 MrBayesPrint ("(%1.1lf)\n", mp->ny98omega3Fixed); in GetUserHelp()