Skip to content

Commit

Permalink
doc,fix: variable bgzf_thread_count is no longer static
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Feb 23, 2024
1 parent ffabe95 commit 0959478
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 0959478

Please sign in to comment.