From dd9cd9687e9323e752288daaead3469136d4e7c2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 6 Apr 2016 13:08:52 -0500 Subject: [PATCH] add check for compress data --- src/model.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2