]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Small clean-up, Sept 2021
[stockfish] / src / evaluate.h
index d7b3e55f20e203b064e6957d304c8bea96659b01..e2cdb21019ac08c62a4571e12aba53a242a10e17 100644 (file)
@@ -34,7 +34,7 @@ namespace Eval {
   Value evaluate(const Position& pos);
 
   extern bool useNNUE;
-  extern std::string eval_file_loaded;
+  extern std::string currentEvalFileName;
 
   // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue
   // for the build process (profile-build and fishtest) to work. Do not change the