From: Don Armstrong Date: Wed, 6 Apr 2016 18:08:52 +0000 (-0500) Subject: add check for compress data X-Git-Url: https://git.donarmstrong.com/?p=mrbayes.git;a=commitdiff_plain;h=refs%2Fheads%2Fmoredebug add check for compress data --- 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);