mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Fix some warnings
This commit is contained in:
@@ -3795,7 +3795,7 @@ IfcGeom::Kernel::faceset_helper::faceset_helper(Kernel* kernel, const IfcSchema:
|
|||||||
|
|
||||||
std::map<std::pair<int, int>, int> edge_use;
|
std::map<std::pair<int, int>, int> edge_use;
|
||||||
|
|
||||||
for (int i = 0; i < pnts.size(); ++i) {
|
for (int i = 0; i < (int) pnts.size(); ++i) {
|
||||||
if (pnts[i]) {
|
if (pnts[i]) {
|
||||||
std::set<int> vs;
|
std::set<int> vs;
|
||||||
find_neighbours(tree, pnts, vs, i, eps_);
|
find_neighbours(tree, pnts, vs, i, eps_);
|
||||||
|
|||||||
Reference in New Issue
Block a user