]> git.sesse.net Git - stockfish/blobdiff - src/material.h
Small cleanups
[stockfish] / src / material.h
index 9ab1d81c5e7cd9d2073782ded3b41c30a18524c4..21647f23b214bc4e48f07c70d292509bdad3245b 100644 (file)
@@ -44,7 +44,7 @@ struct Entry {
   bool specialized_eval_exists() const { return evaluationFunction != nullptr; }
   Value evaluate(const Position& pos) const { return (*evaluationFunction)(pos); }
 
-  // scale_factor takes a position and a color as input and returns a scale factor
+  // scale_factor() takes a position and a color as input and returns a scale factor
   // for the given color. We have to provide the position in addition to the color
   // because the scale factor may also be a function which should be applied to
   // the position. For instance, in KBP vs K endgames, the scaling function looks