Remove failedLow from the mainThread struct

failedLow is in fact a local variable in Thread::search().

Also clean some spaces and tabs in code.

No functional change.
This commit is contained in:
Joost VandeVondele
2018-06-11 09:46:05 +02:00
committed by Stéphane Nicolet
parent 528507b303
commit 2af2c67650
3 changed files with 9 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ namespace {
// Pawn penalties
constexpr Score Isolated = S(13, 16);
constexpr Score Backward = S(17, 11);
constexpr Score Doubled = S(13, 40);
constexpr Score Doubled = S(13, 40);
// Connected pawn bonus by opposed, phalanx, #support and rank
Score Connected[2][2][3][RANK_NB];