From 48c81fac9b2e7942e11196136761a0de829c5ddb Mon Sep 17 00:00:00 2001 From: Karsten Rink <karsten.rink@ufz.de> Date: Tue, 15 May 2012 14:55:59 +0200 Subject: [PATCH] re-indrocing the PointVec Error (was commented out in the last commit) --- GeoLib/GEOObjects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index d58196ac70c..866172c27aa 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -35,7 +35,7 @@ void GEOObjects::addPointVec(std::vector<Point*>* points, double eps) { isUniquePointVecName(name); - _pnt_vecs.push_back(new PointVec(name, points, pnt_id_name_map, PointVec::POINT/*, eps*/)); + _pnt_vecs.push_back(new PointVec(name, points, pnt_id_name_map, PointVec::POINT, eps)); } bool GEOObjects::appendPointVec(std::vector<Point*> const& new_points, -- GitLab