Skip to content

Commit

Permalink
Fix EvalFileName to ...Big
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim26 authored Dec 15, 2023
1 parent c549491 commit be9ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucioption.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void init(OptionsMap& o) {
o["SyzygyProbeDepth"] << Option(1, 1, 100);
o["Syzygy50MoveRule"] << Option(true);
o["SyzygyProbeLimit"] << Option(7, 0, 7);
o["EvalFile"] << Option(EvalFileDefaultName, on_eval_file);
o["EvalFile"] << Option(EvalFileDefaultNameBig, on_eval_file);
}

// Used to print all the options default values in chronological
Expand Down

0 comments on commit be9ab2e

Please sign in to comment.