Skip to content
Snippets Groups Projects
Commit ad4251b0 authored by Yee Chinn Yap's avatar Yee Chinn Yap Committed by Walter Lampl
Browse files

Bug fix for IBL service material

parent b68eee3d
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ InDetMaterialManager::getMaterial(const std::string& materialName) {
bool
InDetMaterialManager::hasMaterial(const std::string& materialName) const {
return m_store.find(materialName) != m_store.end();
return m_weightMap.find(materialName) != m_weightMap.end();
}
const GeoMaterial*
......
......@@ -27,7 +27,7 @@ ciRefFileMap = {
's3505-21.0' : 'v2',
's3505-21.3' : 'v1',
's3505-21.9' : 'v1',
's3505-22.0' : 'v8',
's3505-22.0' : 'v9',
# OverlayTier0Test_required-test
'overlay-d1498-21.0' : 'v2',
'overlay-d1498-22.0' : 'v38',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment