Skip to content

Commit

Permalink
Merge pull request #3238 from SGSSGene/doc/fix_bgzf_thread_count
Browse files Browse the repository at this point in the history
doc,fix: variable bgzf_thread_count is no longer static
  • Loading branch information
eseiler authored Feb 23, 2024
2 parents ffabe95 + 0959478 commit 0146855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/contrib/stream/bgzf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace seqan3::contrib
{

/*!\brief A static variable indicating the number of threads to use for the bgzf-streams. Defaults to 4.
/*!\brief A global variable indicating the number of threads to use for the bgzf-streams. Defaults to 4.
*/
[[maybe_unused]] inline uint64_t bgzf_thread_count = 4;

Expand Down

0 comments on commit 0146855

Please sign in to comment.