Skip to content

Commit

Permalink
Reflect move to variant.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ianfab committed Aug 25, 2024
1 parent 5628f76 commit 57c31d2
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 @@ -106,7 +106,7 @@ void on_variant_change(const Option &o) {
<< "Please recompile with largedata=yes" << std::endl << std::endl;

std::cerr<< std::endl
<< "------ lib/nnue_training_data_formats.h --------" << std::endl
<< "---------------- variant.h ---------------------" << std::endl
<< "#define FILES " << v->maxFile + 1 << std::endl
<< "#define RANKS " << v->maxRank + 1 << std::endl
<< "#define PIECE_TYPES " << popcount(v->pieceTypes) << std::endl
Expand Down

0 comments on commit 57c31d2

Please sign in to comment.