mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
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:
committed by
Stéphane Nicolet
parent
528507b303
commit
2af2c67650
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user