mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 20:22:09 +00:00
Remove erouneous line related to #939
This commit is contained in:
@@ -1327,8 +1327,7 @@ namespace {
|
|||||||
for (auto& w : wires_tmp) {
|
for (auto& w : wires_tmp) {
|
||||||
break_closed(w, wires);
|
break_closed(w, wires);
|
||||||
}
|
}
|
||||||
wires.erase(wires.begin() + 1);
|
|
||||||
|
|
||||||
TopoDS_Compound C;
|
TopoDS_Compound C;
|
||||||
BRep_Builder B;
|
BRep_Builder B;
|
||||||
if (wires.size() > 1) {
|
if (wires.size() > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user