mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Refactoring and cleaning up geom iterator filtering.
This commit is contained in:
committed by
Thomas Krijnen
parent
63b0488909
commit
d8a11dd096
@@ -516,7 +516,7 @@ int main () {
|
||||
}
|
||||
case NEXT: {
|
||||
Next n; n.read(std::cin);
|
||||
has_more = iterator->next();
|
||||
has_more = iterator->next() != 0;
|
||||
if (!has_more) {
|
||||
delete iterator;
|
||||
iterator = 0;
|
||||
|
||||
Reference in New Issue
Block a user