mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Correct nesting
This commit is contained in:
@@ -1601,10 +1601,9 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result* br, ifcopenshell::
|
||||
auto z = CGAL::to_double(vertex->point().z());
|
||||
std::wcout << x << " " << y << " " << z << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
operands.back().second.push_back(entity_shape);
|
||||
}
|
||||
}
|
||||
operands.back().second.push_back(entity_shape);
|
||||
}
|
||||
|
||||
first = false;
|
||||
|
||||
Reference in New Issue
Block a user