Update SEE to return a Value

It seems more natural because the actual returned
value is from PieceValue[] array.

No functional change.
This commit is contained in:
Marco Costalba
2014-02-16 13:06:31 +01:00
parent 17ffc22279
commit 7b0a2f2a90
5 changed files with 17 additions and 15 deletions

View File

@@ -141,8 +141,8 @@ public:
void undo_null_move();
// Static exchange evaluation
int see(Move m) const;
int see_sign(Move m) const;
Value see(Move m) const;
Value see_sign(Move m) const;
// Accessing hash keys
Key key() const;