Base/Toponaming: Correct string hasher output

This commit is contained in:
Chris Hennes
2024-04-17 16:40:30 -05:00
parent 4f3bb4e543
commit 7ae62d74bf
2 changed files with 3 additions and 4 deletions

View File

@@ -158,9 +158,6 @@ Data::ElementMapPtr TopoShape::resetElementMap(Data::ElementMapPtr elementMap)
_cache->subLocation.Identity();
_subLocation.Identity();
_parentCache.reset();
if ( ! elementMap->hasher && Hasher ) {
elementMap->hasher = Hasher;
}
}
return Data::ComplexGeoData::resetElementMap(elementMap);
}