mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 02:57:11 +08:00
Fixed a compilation error.
This commit is contained in:
@@ -85,7 +85,7 @@ class Factorizer<HalfKP<AssociatedKing>> {
|
|||||||
index_offset += SkipFeatures(kProperties[kFeaturesHalfRelativeKP]);
|
index_offset += SkipFeatures(kProperties[kFeaturesHalfRelativeKP]);
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT_LV5(index_offset == GetDimensions());
|
assert(index_offset == GetDimensions());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user