Skip to content

Commit

Permalink
fix bug in model print
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Apr 16, 2024
1 parent 1f71047 commit 8dbbf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "model.h"
#include "error.h"

##define DEBUG_MODEL_PRINT 1
//#define DEBUG_MODEL_PRINT 1

uint32_t eval_num_kmer(uint32_t kmer_size,uint32_t type){

Expand Down

0 comments on commit 8dbbf9b

Please sign in to comment.