Skip to content

Commit

Permalink
🎨 Incorporated pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 28, 2024
1 parent 50ae700 commit 744305e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class design_sidb_gates_impl
};

static const auto num_threads = std::thread::hardware_concurrency();
const auto chunk_size = all_combinations.size() / num_threads;
const auto chunk_size = all_combinations.size() / num_threads;

std::vector<std::thread> threads{};
threads.reserve(num_threads);
Expand Down

0 comments on commit 744305e

Please sign in to comment.