mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Work a bit on failing tests
This commit is contained in:
@@ -2606,7 +2606,7 @@ const ifcopenshell::schema_definition* file::schema() const {
|
||||
return schema_;
|
||||
}
|
||||
|
||||
std::vector<int> file::get_inverse_indices(int instance_id) {
|
||||
std::vector<int> file::get_inverse_indices_by_id(int instance_id) {
|
||||
std::vector<int> return_value;
|
||||
|
||||
// Mapping of instance id to attribute offset.
|
||||
|
||||
Reference in New Issue
Block a user