r196: fixed a compiling error

This commit is contained in:
Heng Li
2020-04-05 12:14:20 -04:00
parent 5917aa2f36
commit 16a3d58dc9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include <pthread.h>
#define HA_VERSION "0.3.0-dirty-r192"
#define HA_VERSION "0.3.0-dirty-r196"
#define VERBOSE 0
#define VERBOSE_GFA 1
+3 -3
View File
@@ -1,10 +1,10 @@
#include "Purge_Dups.h"
#include "Overlaps.h"
#include "Correct.h"
#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <stdlib.h>
#include "ksort.h"
#include "Purge_Dups.h"
#include "Overlaps.h"
#include "Correct.h"
#define Cal_Off(OFF) ((long long)((uint32_t)((OFF)>>32)) - (long long)((uint32_t)((OFF))))
#define Get_match(x) ((x).weight)