Work a bit on failing tests

This commit is contained in:
Thomas Krijnen
2026-05-06 11:41:43 +02:00
parent ea4747ccb1
commit 4670715ef3
35 changed files with 270 additions and 70 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ public:
/// Get the attribute indices corresponding to the list of entity instances
/// returned by get_inverse().
std::vector<int> get_inverse_indices(int instance_id);
std::vector<int> get_inverse_indices_by_id(int instance_id);
template <typename T>
typename T::list::ptr get_inverse(int instance_id, int attribute_index) {
+1 -1
View File
@@ -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.