corrected some minor warning

This commit is contained in:
Nico Pietroni 2014-08-01 00:24:55 +00:00
parent 2134c8f064
commit 48bca62885
1 changed files with 0 additions and 2 deletions

View File

@ -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();