fix(library/blast/hypothesis): incorrect method being invoked
This commit is contained in:
parent
b409720ac7
commit
6102938717
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public:
|
|||
|
||||
void erase(hypothesis_idx h) {
|
||||
m_set.erase(h);
|
||||
m_buffer.erase(h);
|
||||
m_buffer.erase_elem(h);
|
||||
}
|
||||
|
||||
unsigned size() const { return m_buffer.size(); }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue