]> git.sesse.net Git - stockfish/blobdiff - src/material.cpp
Use probe() as name for looking up into an hash table
[stockfish] / src / material.cpp
index add0f32bc29509844997880cc2ffdd3aa9c67cf9..19a334baa25727e35ee2f198b3e72d93e14b7267 100644 (file)
@@ -98,7 +98,7 @@ MaterialInfoTable::~MaterialInfoTable() { delete funcs; }
 MaterialInfo* MaterialInfoTable::get_material_info(const Position& pos) const {
 
   Key key = pos.get_material_key();
-  MaterialInfo* mi = find(key);
+  MaterialInfo* mi = probe(key);
 
   // If mi->key matches the position's material hash key, it means that we
   // have analysed this material configuration before, and we can simply