mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Fix : Change wrong namespace
This commit is contained in:
@@ -141,8 +141,8 @@ private:
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// Retrieve the IfcBuildingStorey
|
// Retrieve the IfcBuildingStorey
|
||||||
Ifc2x3::IfcBuildingStorey* storey1 = (Ifc2x3::IfcBuildingStorey*)parent1->product();
|
IfcSchema::IfcBuildingStorey* storey1 = (IfcSchema::IfcBuildingStorey*)parent1->product();
|
||||||
Ifc2x3::IfcBuildingStorey* storey2 = (Ifc2x3::IfcBuildingStorey*)parent2->product();
|
IfcSchema::IfcBuildingStorey* storey2 = (IfcSchema::IfcBuildingStorey*)parent2->product();
|
||||||
|
|
||||||
bool res = true;
|
bool res = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user