PascalCase -> snake_case for consistency with the rest of the codebase.

This commit is contained in:
Tomasz Sobczyk
2020-10-14 22:42:58 +02:00
committed by nodchip
parent 2398d34e87
commit 146a6b056e
37 changed files with 844 additions and 737 deletions

View File

@@ -53,7 +53,7 @@ void test_cmd(Position& pos, istringstream& is)
std::string param;
is >> param;
if (param == "nnue") Eval::NNUE::TestCommand(pos, is);
if (param == "nnue") Eval::NNUE::test_command(pos, is);
}
namespace {