mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Fix compilation and execution of IfcConvert
This commit is contained in:
@@ -1938,7 +1938,9 @@ void IfcFile::setDefaultHeaderValues() {
|
||||
std::vector<std::string> file_description, schema_identifiers, empty_vector;
|
||||
|
||||
file_description.push_back("ViewDefinition [CoordinationView]");
|
||||
schema_identifiers.push_back(schema()->name());
|
||||
if (schema()) {
|
||||
schema_identifiers.push_back(schema()->name());
|
||||
}
|
||||
|
||||
header().file_description().description(file_description);
|
||||
header().file_description().implementation_level("2;1");
|
||||
|
||||
Reference in New Issue
Block a user