From edbe1d80bf02dfa3b4de8ac639f8c017f8cb8fdf 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 466bb2df89..c540a56362 100644 --- a/src/examples/IfcAdvancedHouse.cpp +++ b/src/examples/IfcAdvancedHouse.cpp @@ -73,7 +73,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