X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=fd3392bdccde85f8257deab9e7635de680c219c8;hp=910966a43bcdda2f0d2c68a661a13cd75f563f91;hb=082fbf42646a72e0b5ab16719f1db424870b76d9;hpb=f7742669cb52dff7a64bd1a9ba466e333abb87bc 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 {