mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Qualify auto keyword
This commit is contained in:
@@ -385,7 +385,7 @@ namespace IfcGeom {
|
|||||||
has_openings = true;
|
has_openings = true;
|
||||||
}
|
}
|
||||||
IfcSchema::IfcRelAssociates::list::ptr associations = (*it)->HasAssociations();
|
IfcSchema::IfcRelAssociates::list::ptr associations = (*it)->HasAssociations();
|
||||||
for (auto jt = associations->begin(); jt != associations->end(); ++jt) {
|
for (IfcSchema::IfcRelAssociates::list::it jt = associations->begin(); jt != associations->end(); ++jt) {
|
||||||
IfcSchema::IfcRelAssociatesMaterial* assoc = (*jt)->as<IfcSchema::IfcRelAssociatesMaterial>();
|
IfcSchema::IfcRelAssociatesMaterial* assoc = (*jt)->as<IfcSchema::IfcRelAssociatesMaterial>();
|
||||||
if (assoc) {
|
if (assoc) {
|
||||||
if (assoc->RelatingMaterial()->is(IfcSchema::Type::IfcMaterialLayerSetUsage)) {
|
if (assoc->RelatingMaterial()->is(IfcSchema::Type::IfcMaterialLayerSetUsage)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user