diff options
| author | Scott Gasch <[email protected]> | 2026-08-30 19:08:01 -0700 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2026-08-30 19:08:01 -0700 |
| commit | e8021f3938179e38c24b995777213fd6d629192a (patch) | |
| tree | fdd6ec670e5a576d25de7b526965c7ae603bc399 /src/searchsup.c | |
| parent | dbf71219abeb51d386b0f7294f1664f2906d2b82 (diff) | |
Oops, a couple of issues with that last one.
Diffstat (limited to 'src/searchsup.c')
| -rw-r--r-- | src/searchsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchsup.c b/src/searchsup.c index 9ad4303..172413f 100644 --- a/src/searchsup.c +++ b/src/searchsup.c @@ -1112,7 +1112,7 @@ FLAG WeShouldTryNullmovePruning(SEARCHER_THREAD_CONTEXT *ctx, ASSERT(IS_VALID_SCORE(iAlpha) && IS_VALID_SCORE(iBeta)); ASSERT(iAlpha < iBeta); - ASSERT(IS_VALID_SCORE(iRoughEval)); + ASSERT(IS_VALID_SCORE(iEval)); ASSERT(uNullDepth < MAX_PLY_PER_SEARCH * ONE_PLY); if ((FALSE == pf->fAvoidNullmove) && |
