Skip to content

Commit

Permalink
src/AbismalIndex.hpp: fixing the name of a proprocessor variable that…
Browse files Browse the repository at this point in the history
… got broken somehow and was preventing abismal from building with --enable-short working
  • Loading branch information
andrewdavidsmith committed Jul 25, 2024
1 parent 650a0d4 commit 25bfbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbismalIndex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ namespace seed {
// window in which we select the best k-mer. The longer it is,
// the longer the minimum read length that guarantees an exact
// match will be mapped
#ifdef ENABLE_VERY_SHORT
#ifdef ENABLE_SHORT
static const uint32_t window_size = 12u;
#else
static const uint32_t window_size = 20u;
Expand Down

0 comments on commit 25bfbda

Please sign in to comment.