Skip to content

Commit

Permalink
Removing redundant commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
leoisl committed Aug 8, 2023
1 parent 7a9244d commit d96f8bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/minihits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ uint32_t MinimizerHits::read_span_size() const
}

double MinimizerHits::overlap_amount(const MinimizerHits& cluster) const {
// Calculate the overlap
const uint32_t start = std::max(this->front()->get_read_start_position(),
cluster.front()->get_read_start_position());
const uint32_t end = std::min(this->back()->get_read_start_position(),
Expand Down

0 comments on commit d96f8bb

Please sign in to comment.