diff --git a/open_spiel/games/german_whist_foregame/german_whist_endgame.cc b/open_spiel/games/german_whist_foregame/german_whist_endgame.cc index ab3403dee7..fb6ff3d598 100644 --- a/open_spiel/games/german_whist_foregame/german_whist_endgame.cc +++ b/open_spiel/games/german_whist_foregame/german_whist_endgame.cc @@ -716,7 +716,7 @@ int main() { std::vector> 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;