mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Work a bit on failing tests
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
@@ -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