Skip to content

Commit

Permalink
fix: remove errorness copy of ibf
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed May 11, 2023
1 parent 45e57ac commit 743f0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ void store_ibf(IBFType const & ibf,
{
std::ofstream os{opath, std::ios::binary};
cereal::BinaryOutputArchive oarchive{os};
oarchive(seqan3::interleaved_bloom_filter(ibf));
oarchive(ibf);
}

0 comments on commit 743f0c2

Please sign in to comment.