Rename OnePly in ONE_PLY

Use enum values standard naming policy also for this one.

No fuctional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-08-18 14:23:19 +01:00
parent cfb52fcd5d
commit 4aeffc8c9a
7 changed files with 70 additions and 70 deletions

View File

@@ -316,7 +316,7 @@ namespace {
tm = get_system_time();
n = perft(pos, depth * OnePly);
n = perft(pos, depth * ONE_PLY);
tm = get_system_time() - tm;
std::cout << "\nNodes " << n