From 57c31d258e7ba36dcf5a2fae493db9a407cef373 Mon Sep 17 00:00:00 2001 From: Fabian Fichter Date: Sun, 25 Aug 2024 15:46:42 +0200 Subject: [PATCH] Reflect move to variant.h --- src/ucioption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ucioption.cpp b/src/ucioption.cpp index ed44a037..8da39455 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -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