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/?a=commitdiff_plain;h=dd9cd9687e9323e752288daaead3469136d4e7c2;hp=4ae4500c1d21695eb7fa4f468a47558d247b8fe3;p=mrbayes.git 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);