X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fmodel.c;fp=src%2Fmodel.c;h=8cde2801f814307a7c88c0d89e287efec322664a;hb=0b77ea228a48015b2eced56970e8935661386324;hp=1053f23a1012d7010a87075af437033a6d14a41e;hpb=3bcab20d9183bcc69b2b78b2de75bf8c7302953c;p=mrbayes.git diff --git a/src/model.c b/src/model.c index 1053f23..8cde280 100644 --- a/src/model.c +++ b/src/model.c @@ -17420,6 +17420,7 @@ int SetModelDefaults (void) modelParams[j].activeConstraints = (int *) SafeCalloc(numDefinedConstraints, sizeof(int)); /* allocate space for active constraints (yes/no) */ } + MrBayesPrint ("%s Model defaults set\n", spacer); return (NO_ERROR); } @@ -19883,6 +19884,7 @@ int SetUpAnalysis (RandLong *seed) { setUpAnalysisSuccess=NO; + MrBayesPrint ("%s Setting up analysis\n", spacer); /* calculate number of characters and taxa */ numLocalChar = NumNonExcludedChar (); @@ -19955,6 +19957,7 @@ int SetUpAnalysis (RandLong *seed) setUpAnalysisSuccess=YES; + MrBayesPrint ("%s Set up analysis\n", spacer); return (NO_ERROR); }