This commit is contained in:
Barend Gehrels
2015-11-21 19:02:00 +01:00
parent 939bf656f9
commit fdcf6df915

View File

@@ -72,7 +72,7 @@ inline void append_no_dups_or_spikes(Range& range, Point const& point,
<< geometry::get<0>(point) << ", " << geometry::get<1>(point) << ")"
<< std::endl;
#endif
// The code below thies condition checks all spikes/dups
// The code below this condition checks all spikes/dups
// for geometries >= 3 points.
// So we have to check the first potential duplicate differently
if (boost::size(range) == 1