From 082fbf42646a72e0b5ab16719f1db424870b76d9 Mon Sep 17 00:00:00 2001 From: Henri Wiechers Date: Mon, 30 Dec 2013 06:56:28 +0200 Subject: [PATCH] Remove asymmThreshold stale comment No functional change. --- src/position.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/position.cpp b/src/position.cpp index 910966a4..fd3392bd 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -1011,10 +1011,7 @@ void Position::undo_null_move() { /// Position::see() is a static exchange evaluator: It tries to estimate the -/// material gain or loss resulting from a move. Parameter 'asymmThreshold' takes -/// tempi into account. If the side who initiated the capturing sequence does the -/// last capture, he loses a tempo and if the result is below 'asymmThreshold' -/// the capturing sequence is considered bad. +/// material gain or loss resulting from a move. int Position::see_sign(Move m) const { -- 2.39.2