Skip to content

Commit 0398bba

Browse files
committed
update
1 parent 808fe82 commit 0398bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SplitCode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3983,7 +3983,7 @@ struct SplitCode {
39833983
std::unordered_map<std::vector<uint32_t>, std::string, VectorHasher> groupmapinv_keep;
39843984
std::unordered_map<std::vector<uint32_t>, int, VectorHasher> groupmapinv_discard;
39853985

3986-
std::vector<std::vector<short>> qc; // outer vector index = tag name id; vector indices = tag edit distance; value = count
3986+
std::vector<std::vector<uint64_t>> qc; // outer vector index = tag name id; vector indices = tag edit distance; value = count
39873987
bool do_qc; // Should we do QC (i.e. do tag-level statistics?)
39883988

39893989
std::unordered_map<uint32_t,int> min_finds_map;

0 commit comments

Comments
 (0)