X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fnnue%2Ffeatures%2Findex_list.h;h=edf0add1b450877d229c1f27d75c1ec189ebcfda;hb=fbbd4adc3c01460faa3cc8f91771ab9b0ef718ca;hp=ca3ebee56176c0a90200eb670d84f6e769b8db56;hpb=c4d67d77c99b99c9ac387ab622773a320f8d5cc3;p=stockfish diff --git a/src/nnue/features/index_list.h b/src/nnue/features/index_list.h index ca3ebee5..edf0add1 100644 --- a/src/nnue/features/index_list.h +++ b/src/nnue/features/index_list.h @@ -24,7 +24,7 @@ #include "../../position.h" #include "../nnue_architecture.h" -namespace Eval::NNUE::Features { +namespace Stockfish::Eval::NNUE::Features { // Class template used for feature index list template @@ -56,9 +56,9 @@ namespace Eval::NNUE::Features { //Type of feature index list class IndexList - : public ValueList { + : public ValueList { }; -} // namespace Eval::NNUE::Features +} // namespace Stockfish::Eval::NNUE::Features #endif // NNUE_FEATURES_INDEX_LIST_H_INCLUDED