mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
After-merge clean-ups
This commit is contained in:
@@ -174,7 +174,7 @@ void hierarchy_helper<Schema>::relatePlacements(typename Schema::IfcProduct pare
|
||||
if (local_place != parent.ObjectPlacement()) {
|
||||
local_place.setPlacementRelTo(parent.ObjectPlacement());
|
||||
} else {
|
||||
logger::notice("Placement cannot be relative to self");
|
||||
::logger::root().notice("Placement cannot be relative to self");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user