Revert "Extend full 3 fold detection to PvNodes"

This commit is contained in:
Marco Costalba
2013-01-28 17:24:01 +01:00
parent 483c98a69e
commit 58c9fbacc7
3 changed files with 18 additions and 14 deletions

View File

@@ -179,7 +179,7 @@ public:
Thread* this_thread() const;
int64_t nodes_searched() const;
void set_nodes_searched(int64_t n);
template<bool CheckRepetition, bool CheckThreeFold> bool is_draw() const;
template<bool SkipRepetition> bool is_draw() const;
// Position consistency check, for debugging
bool pos_is_ok(int* failedStep = NULL) const;