Skip to content

Commit

Permalink
Fix a small format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Jun 9, 2024
1 parent aadd913 commit c2dcc72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ class Builder
genomeLens.push_back(len) ;
}
else
{
{
_seqLength[seqid] += len ;
genomeLens[ genomeLens.size() - 1 ] += len ;
}
genomeLens[ genomeLens.size() - 1 ] += len ;
}
}

FixedSizeElemArray BWT ;
Expand Down

0 comments on commit c2dcc72

Please sign in to comment.