Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h727 #define OMEGA_FIX 6 macro
H A Dmodel.c10952 else if (p->paramId == OMEGA_FIX) in FillNormalParams()
18647 p->paramId = OMEGA_FIX; in SetModelParams()
18649 if (p->paramId != OMEGA_FIX) in SetModelParams()
24172 … else if (p->paramType == P_OMEGA && p->paramId != OMEGA_DIR && p->paramId != OMEGA_FIX && in ShowParameters()
H A Dmcmc.c12997 …if (p->paramType == P_OMEGA && p->paramId != OMEGA_DIR && p->paramId != OMEGA_FIX && p->paramId !=… in PrintStates()