Work on python wrapper

This commit is contained in:
Thomas Krijnen
2017-12-31 12:20:13 +01:00
parent 05e6f56911
commit e2f79ec1ba
12 changed files with 94 additions and 72 deletions
+2 -2
View File
@@ -268,11 +268,11 @@ namespace IfcParse {
}
if (attr == 0) {
if (index < attributes_.size()) {
return attributes_[index];
attr = attributes_[index];
}
index -= attributes_.size();
}
return 0;
return attr;
}
public: