EgtGeomKernel :

- piccole mdofiche poco più che estetiche.
This commit is contained in:
Dario Sassi
2025-01-20 08:30:39 +01:00
parent b5a2490fd4
commit b709776f5f
31 changed files with 131 additions and 130 deletions
+2 -2
View File
@@ -195,7 +195,7 @@ PointGrid3d::Find( const Point3d& ptTest, double dTol, INTVECTOR& vnIds) const
}
}
return ( vnIds.size() > 0) ;
return ( ! vnIds.empty()) ;
}
//----------------------------------------------------------------------------
@@ -221,7 +221,7 @@ PointGrid3d::Find( const BBox3d& b3Test, INTVECTOR& vnIds) const
}
}
return ( vnIds.size() > 0) ;
return ( ! vnIds.empty()) ;
}
//----------------------------------------------------------------------------