removed warning int -> size_t
This commit is contained in:
parent
361c3a6a1d
commit
ff360e8cbb
|
@ -209,7 +209,7 @@ protected:
|
|||
return inSphVec.size();
|
||||
}
|
||||
|
||||
int RemoveInSphere(const Point3<ScalarType> &p, const ScalarType radius)
|
||||
size_t RemoveInSphere(const Point3<ScalarType> &p, const ScalarType radius)
|
||||
{
|
||||
std::vector<HashIterator> inSphVec;
|
||||
CountInSphere(p,radius,inSphVec);
|
||||
|
|
Loading…
Reference in New Issue