From 4a28e3b4333caa4bc7ae7c3bf1daf31b76735825 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 14 Oct 2021 14:36:35 +0200 Subject: [PATCH] [GL] Clarify docu for class PointVec. --- GeoLib/PointVec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 56558e8afb5..91f983aca49 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -30,9 +30,9 @@ namespace GeoLib * \ingroup GeoLib * * \brief This class manages pointers to Points in a std::vector along with a - * name. It also handles the deleting of points. Additionally, each vector of - * points is identified by a unique name from class GEOObject. For this reason - * PointVec should have a name. + * name. It also handles the deletion of points. Furthermore, typically, + * PointVec objects are managed by GEOObjects using the instance name for + * identification. For this reason PointVec must have a unique name. * */ class PointVec final : public TemplateVec<Point> { -- GitLab