]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Fix a crash on multi-pv
[stockfish] / src / evaluate.cpp
index 3fc6bd5c4c3dcadb961094651aadb03a82b331c6..2a80568d50ef77e520d6a7e2f4c053393a9152d2 100644 (file)
@@ -414,7 +414,7 @@ void quit_eval() {
 
 /// read_weights() reads evaluation weights from the corresponding UCI parameters
 
-void read_weights(Color us) {
+void read_evaluation_uci_options(Color us) {
 
   // King safety is asymmetrical. Our king danger level is weighted by
   // "Cowardice" UCI parameter, instead the opponent one by "Aggressiveness".