corrected some minor warning
This commit is contained in:
parent
2134c8f064
commit
48bca62885
|
@ -172,8 +172,6 @@ public:
|
|||
{
|
||||
const Point2<typename EdgeType::ScalarType> fp = Point2<typename EdgeType::ScalarType>::Construct(p);
|
||||
Point2<typename EdgeType::ScalarType> fq;
|
||||
typename EdgeType::ScalarType md = (typename EdgeType::ScalarType)(minDist);
|
||||
//const bool ret = PointDistanceEP(f, fp, md, fq);
|
||||
fq=ClosestPoint(e,fp);
|
||||
ScalarType currD = (ScalarType)(fp-fq).Norm();
|
||||
|
||||
|
|
Loading…
Reference in New Issue