Skip to content

Commit

Permalink
Pass index.k to all plaintext_aux()
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Jul 13, 2024
1 parent 98ec302 commit 5ef335b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2547,6 +2547,7 @@ int main(int argc, char *argv[]) {
std::string(std::to_string(num_unique)),
KALLISTO_VERSION,
std::string(std::to_string(index.INDEX_VERSION)),
std::string(std::to_string(index.k)),
start_time,
call,
opt.aa ? std::to_string(collection.cardinality_clashes) : "");
Expand Down

0 comments on commit 5ef335b

Please sign in to comment.