Skip to content
Snippets Groups Projects
Commit 48c81fac authored by Karsten Rink's avatar Karsten Rink
Browse files

re-indrocing the PointVec Error (was commented out in the last commit)

parent 92ff3a2d
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ void GEOObjects::addPointVec(std::vector<Point*>* points, ...@@ -35,7 +35,7 @@ void GEOObjects::addPointVec(std::vector<Point*>* points,
double eps) double eps)
{ {
isUniquePointVecName(name); 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, bool GEOObjects::appendPointVec(std::vector<Point*> const& new_points,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment