Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmodel.c13346 … if (!strcmp(modelParams[part1].omegaVar, "M3") && !strcmp(modelParams[part2].omegaVar, "M3")) in IsModelSame()
13382 …else if (!strcmp(modelParams[part1].omegaVar, "M10") && !strcmp(modelParams[part2].omegaVar, "M10"… in IsModelSame()
13401 …else if (!strcmp(modelParams[part1].omegaVar, "Ny98") && !strcmp(modelParams[part2].omegaVar, "Ny9… in IsModelSame()
13457 …else if (!strcmp(modelParams[part1].omegaVar, "Equal") && !strcmp(modelParams[part2].omegaVar, "Eq… in IsModelSame()
18480 if (!strcmp(mp->omegaVar, "M3")) in SetModelParams()
18515 else if (!strcmp(mp->omegaVar, "M10")) in SetModelParams()
18585 else if (!strcmp(mp->omegaVar, "Ny98")) in SetModelParams()
23363 if (!strcmp(mp->omegaVar,"Equal")) in ShowParameters()
23370 else if (!strcmp(mp->omegaVar,"Ny98")) in ShowParameters()
23388 else if (!strcmp(mp->omegaVar,"M3")) in ShowParameters()
[all …]
H A Dbayes.c675 …strcpy(defaultModel.omegaVar, "Equal"); /* omega variation … in InitializeMrBayes()
H A Dbayes.h986 char omegaVar[100]; /* type of omega variation model */ member
H A Dproposal.c8748 if (!strcmp(mp->omegaVar, "M10")) in Move_OmegaCat()
8757 if (!strcmp(mp->omegaVar, "M10")) in Move_OmegaCat()
8791 if (!strcmp(mp->omegaVar, "M10")) in Move_OmegaCat()
H A Dcommand.c10590 … Omegavar Equal/Ny98/M3 %s \n", mp->omegaVar); in GetUserHelp()
H A Dmcmc.c13000 if (!strcmp(mp->omegaVar, "M10")) in PrintStates()