Skip to content

Commit

Permalink
Typo in map header name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Mar 16, 2024
1 parent eec9308 commit 80e66c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sketch/sketch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ sketch(SeqBuf &seq, const uint64_t sketchsize,
}

#ifdef GPU_AVAILABLE
std::tuple<rankerl::unordered_dense::map<int, std::vector<uint64_t>>, size_t, bool>
std::tuple<ankerl::unordered_dense::map<int, std::vector<uint64_t>>, size_t, bool>
sketch_gpu(const std::shared_ptr<SeqBuf> &seq, GPUCountMin &countmin,
const uint64_t sketchsize, const std::vector<size_t> &kmer_lengths,
const size_t bbits, const bool use_canonical,
Expand Down

0 comments on commit 80e66c6

Please sign in to comment.