Skip to content

Commit

Permalink
set kTTablePath to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgowan committed Jan 28, 2024
1 parent 7678158 commit 5484fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace open_spiel {
namespace german_whist_foregame {


std::string kTTablePath="./Documents/Github/open_spiel/open_spiel/games/german_whist_foregame/TTables/TTable13.txt";
std::string kTTablePath="";
bool Triple::operator<(const Triple& triple)const{
return (length < triple.length)|| (length == triple.length && sig < triple.sig);
}
Expand Down

0 comments on commit 5484fa9

Please sign in to comment.