From 37c6aea0922c91bbd248a2d99d577aa0f572b3a0 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 22 Apr 2026 12:04:09 +0200 Subject: [PATCH] forgot to set goosd --- src/ifcparse/parse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcparse/parse.cpp b/src/ifcparse/parse.cpp index 8865068689..6a6c01701b 100644 --- a/src/ifcparse/parse.cpp +++ b/src/ifcparse/parse.cpp @@ -1270,6 +1270,7 @@ bool ifcopenshell::file::initialize(const std::string& path, filetype ty, bool r byid_ = decltype(byid_)(&std::get(storage_).instance_by_name_); byref_excl_ = decltype(byref_excl_)(&std::get(storage_).byref_excl_); byguid_ = decltype(byguid_)(&std::get(storage_).byguid_); + good_ = file_open_status::SUCCESS; } else { good_ = file_open_status::UNSUPPORTED_SCHEMA; }