From 1e4693346adfa619171590b67bdf88d19a49fd59 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 13 Feb 2024 13:50:29 +0500 Subject: [PATCH] fix project name for IfcAdvancedHouse --- src/examples/IfcAdvancedHouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/IfcAdvancedHouse.cpp b/src/examples/IfcAdvancedHouse.cpp index 835db05423..cb1f64975f 100644 --- a/src/examples/IfcAdvancedHouse.cpp +++ b/src/examples/IfcAdvancedHouse.cpp @@ -68,7 +68,7 @@ int main() { // Lateron changing the name of the IfcProject can be done by obtaining a reference to the // project, which has been created automatically. - file.getSingle()->setName("IfcOpenHouse"s); + file.getSingle()->setName("IfcAdvancedHouse"s); // To demonstrate the ability to serialize arbitrary opencascade solids a building envelope is // constructed by applying boolean operations. Naturally, in IFC, building elements should be