Correct nesting

This commit is contained in:
Thomas Krijnen
2020-09-28 15:25:24 +02:00
parent 8ef971cfb0
commit e45ad15d91
+2 -3
View File
@@ -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;