Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed May 22, 2024
1 parent d335ecd commit 1702c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/randstrobes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ static inline syncmer_hash_t syncmer_smer_hash(uint64_t packed) {
}

static inline randstrobe_hash_t randstrobe_hash(syncmer_hash_t hash1, syncmer_hash_t hash2, size_t aux_len) {
// Make the function symmetric
if (hash1 > hash2) {
std::swap(hash1, hash2);
}
Expand Down

0 comments on commit 1702c10

Please sign in to comment.