Skip to content

Commit

Permalink
sym: fixing bug of setting threads twice for in and not for out
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Dec 3, 2023
1 parent e08f73a commit 7f01d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/symmetric-cpgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ main_symmetric_cpgs(int argc, const char **argv) {

if (n_threads > 1) {
tp.set_io(in);
tp.set_io(in);
tp.set_io(out);
}

const bool sites_are_sorted = process_sites(in, out);
Expand Down

0 comments on commit 7f01d22

Please sign in to comment.