Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgowan committed Aug 7, 2024
1 parent b3490d0 commit 192c9f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ int main() {
std::vector<std::vector<uint32_t>> bin_coeffs =
open_spiel::german_whist_foregame::BinCoeffs(
2 * open_spiel::german_whist_foregame::kNumRanks);
const uint32_t hard_threads = 8//set this to take advantage of more cores on your machine//
const uint32_t hard_threads = 8;//set this to take advantage of more cores on your machine//
open_spiel::german_whist_foregame::vectorNa tablebase =
open_spiel::german_whist_foregame::BuildTablebase(bin_coeffs,hard_threads);
std::random_device rd;
Expand Down

0 comments on commit 192c9f6

Please sign in to comment.