mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08:00
Position::is_ok()give more info on failed test
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -298,7 +298,7 @@ public:
|
||||
void reset_game_ply();
|
||||
|
||||
// Position consistency check, for debugging
|
||||
bool is_ok() const;
|
||||
bool is_ok(int* failedStep = NULL) const;
|
||||
|
||||
// Static member functions:
|
||||
static void init_zobrist();
|
||||
|
||||
Reference in New Issue
Block a user