]> git.donarmstrong.com Git - mrbayes.git/commitdiff
add check for compress data moredebug
authorDon Armstrong <don@donarmstrong.com>
Wed, 6 Apr 2016 18:08:52 +0000 (13:08 -0500)
committerDon Armstrong <don@donarmstrong.com>
Wed, 6 Apr 2016 18:08:52 +0000 (13:08 -0500)
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);