Skip to content
Snippets Groups Projects
Commit cd39a482 authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

Using return value of GeoLib::mergePoints().

parent 4e537218
No related branches found
No related tags found
No related merge requests found
......@@ -418,7 +418,8 @@ int GEOObjects::mergeGeometries (std::vector<std::string> const & geo_names,
std::vector<std::size_t> pnt_offsets(n_geo_names, 0);
mergePoints(geo_names, merged_geo_name, pnt_offsets);
if (mergePoints(geo_names, merged_geo_name, pnt_offsets))
return -1;
mergePolylines(geo_names, merged_geo_name, pnt_offsets);
......
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