]> git.donarmstrong.com Git - mrbayes.git/blobdiff - src/model.c
add check for compress data
[mrbayes.git] / src / model.c
index 0e29dae7b32dbbb10325e8d635ee639febae64c2..8836a351da3ad36974b21e523c7de798abf25c37 100644 (file)
@@ -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);