Skip to content

Commit

Permalink
名前を Apery_WCSC28 に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
HiraokaTakuya committed May 6, 2018
1 parent 9cf44bb commit cb93828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ void OptionsMap::init(Searcher* s) {
(*this)["Minimum_Thinking_Time"] = USIOption(20, 0, INT_MAX);
(*this)["Threads"] = USIOption(cpuCoreCount(), 1, MaxThreads, onThreads, s);
#ifdef NDEBUG
(*this)["Engine_Name"] = USIOption("Apery");
(*this)["Engine_Name"] = USIOption("Apery_WCSC28");
#else
(*this)["Engine_Name"] = USIOption("Apery Debug Build");
#endif
Expand Down

0 comments on commit cb93828

Please sign in to comment.