]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/index_list.h
Unify naming convention of the NNUE code
[stockfish] / src / nnue / features / index_list.h
index 9f03993bedecae37cbdda8318c550625995302bb..edf0add1b450877d229c1f27d75c1ec189ebcfda 100644 (file)
@@ -56,7 +56,7 @@ namespace Stockfish::Eval::NNUE::Features {
 
   //Type of feature index list
   class IndexList
-      : public ValueList<IndexType, RawFeatures::kMaxActiveDimensions> {
+      : public ValueList<IndexType, RawFeatures::MaxActiveDimensions> {
   };
 
 }  // namespace Stockfish::Eval::NNUE::Features