Allow full repetition detection

Based on sshivaji 6ee19aa5389ce60181907ba53bbb50642f2d5657 commit
This commit is contained in:
Jean-Francois Romang
2012-10-23 20:33:45 +00:00
parent c1f4000426
commit 0587c5b605
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ public:
Thread* this_thread() const;
int64_t nodes_searched() const;
void set_nodes_searched(int64_t n);
template<bool SkipRepetition> bool is_draw() const;
template<bool SkipRepetition, bool SkipThreeFoldCheck> bool is_draw() const;
// Position consistency check, for debugging
bool pos_is_ok(int* failedStep = NULL) const;