r372: default mm_verbose to 1, and change in main

This commit is contained in:
Heng Li
2017-09-16 09:14:34 -04:00
parent 446bde214d
commit c07f9f9a49
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "minimap.h"
int mm_verbose = 3;
int mm_verbose = 1;
int mm_dbg_flag = 0;
double mm_realtime0;