Skip to content

Commit

Permalink
Restore hitlist reset broken in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 16, 2020
1 parent bec434e commit 47a835a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hhblits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2006,6 +2006,7 @@ void HHblits::premerge(Hash<Hit>* previous_hits, Hash<Hit>* premerged_hits,

int prermergedHits = 0;
std::vector<Hit *> tmpHits;
hitlist.Reset();

while (!hitlist.End() && prermergedHits<par.premerge)
{
Expand Down

0 comments on commit 47a835a

Please sign in to comment.