mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
authorisation -> authorization in header schema for compatibility
This commit is contained in:
@@ -2590,7 +2590,7 @@ void IfcFile::setDefaultHeaderValues() {
|
||||
header().file_name()->setorganization(string_vector);
|
||||
header().file_name()->setpreprocessor_version("IfcOpenShell " IFCOPENSHELL_VERSION);
|
||||
header().file_name()->setoriginating_system("IfcOpenShell " IFCOPENSHELL_VERSION);
|
||||
header().file_name()->setauthorisation(empty_string);
|
||||
header().file_name()->setauthorization(empty_string);
|
||||
|
||||
header().file_schema()->setschema_identifiers(schema_identifiers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user