Skip to content

Commit

Permalink
added key typename
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed Jun 16, 2024
1 parent 7045162 commit b1a56ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gfalibs
Submodule gfalibs updated 2 files
+12 −39 include/fastx.h
+140 −123 include/kmer.h
2 changes: 1 addition & 1 deletion include/kcount.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef KCOUNT_H
#define KCOUNT_H

class KDB : public Kmap<KDB, UserInputKcount, uint8_t, uint32_t> { // CRTP
class KDB : public Kmap<KDB, UserInputKcount, uint64_t, uint8_t, uint32_t> { // CRTP
UserInputKcount userInput;
public:
KDB(UserInputKcount& userInput) : Kmap{userInput}, userInput(userInput) {
Expand Down

0 comments on commit b1a56ec

Please sign in to comment.