Small renaming in Tracing

No functional change.
This commit is contained in:
Marco Costalba
2014-06-09 05:30:18 +09:00
parent ce1c260ea9
commit b6cd89aeaf
2 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ class Position;
namespace Eval {
const int Tempo = 17; // Must be visible to search
const Value Tempo = Value(17); // Must be visible to search
extern void init();
extern Value evaluate(const Position& pos);