Small codestyle touches

Mostly suggested by Justin (UncombedCoconut), the 0ULL -> 0 conversion
is mine.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-10-09 13:05:58 +01:00
parent 9ca4359f36
commit 7733dadfd7
10 changed files with 23 additions and 24 deletions
+1 -4
View File
@@ -52,9 +52,6 @@ using std::endl;
namespace {
// Maximum number of allowed moves per position
const int MOVES_MAX = 256;
// Types
enum NodeType { NonPV, PV };
@@ -633,7 +630,7 @@ namespace {
// Add some extra time if the best move has changed during the last two iterations
if (Iteration > 5 && Iteration <= 50)
TimeMgr.pv_unstability(BestMoveChangesByIteration[Iteration],
TimeMgr.pv_instability(BestMoveChangesByIteration[Iteration],
BestMoveChangesByIteration[Iteration-1]);
// Stop search if most of MaxSearchTime is consumed at the end of the