We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6486a89 commit 457f441Copy full SHA for 457f441
1 file changed
src/ifcgeom/Iterator.h
@@ -891,7 +891,7 @@ namespace IfcGeom {
891
}
892
893
894
- if (!settings_.get<ifcopenshell::geometry::settings::IteratorOutput>().get() == ifcopenshell::geometry::settings::NATIVE) {
+ if (settings_.get<ifcopenshell::geometry::settings::IteratorOutput>().get() != ifcopenshell::geometry::settings::NATIVE) {
895
for (auto& p : all_processed_native_elements_) {
896
delete p;
897
0 commit comments