mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 08:36:33 +08:00
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:
@@ -88,7 +88,7 @@ namespace {
|
||||
//// Functions
|
||||
////
|
||||
|
||||
void TimeManager::pv_unstability(int curChanges, int prevChanges) {
|
||||
void TimeManager::pv_instability(int curChanges, int prevChanges) {
|
||||
|
||||
unstablePVExtraTime = curChanges * (optimumSearchTime / 2)
|
||||
+ prevChanges * (optimumSearchTime / 3);
|
||||
|
||||
Reference in New Issue
Block a user