X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fmodel.c;h=8836a351da3ad36974b21e523c7de798abf25c37;hb=refs%2Fheads%2Fmoredebug;hp=0e29dae7b32dbbb10325e8d635ee639febae64c2;hpb=4ae4500c1d21695eb7fa4f468a47558d247b8fe3;p=mrbayes.git diff --git a/src/model.c b/src/model.c index 0e29dae..8836a35 100644 --- a/src/model.c +++ b/src/model.c @@ -19919,6 +19919,7 @@ int SetUpAnalysis (RandLong *seed) if (GetNumDivisionChars() == ERROR) return (ERROR); + MrBayesPrint ("%s GetNumDivisionChars\n", spacer); /* Compress data and calculate some things needed for setting up params. */ if (CompressData() == ERROR) return (ERROR);