From 9f2054957ea9507a9ac11eb0efd44a6e33ea4afc Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Fri, 17 Apr 2020 14:21:01 +0200
Subject: [PATCH] [geometryisection] fix docu

---
 dumux/common/geometry/geometryintersection.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dumux/common/geometry/geometryintersection.hh b/dumux/common/geometry/geometryintersection.hh
index ac7b215672..7a41e28b2b 100644
--- a/dumux/common/geometry/geometryintersection.hh
+++ b/dumux/common/geometry/geometryintersection.hh
@@ -1280,7 +1280,7 @@ public:
      * \brief Colliding two segments
      * \param geo1/geo2 The geometries to intersect
      * \param intersection Container to store corners of intersection segment
-     * \note this overload is used when segment-like intersections are seeked
+     * \note this overload is used when point-like intersections are seeked
      * \todo implement this query
      */
     template<class P = Policy, std::enable_if_t<P::dimIntersection == 0, int> = 0>
-- 
GitLab