From fdbf910b8dc29ce6c2ecad5d16f00cbd88def65a Mon Sep 17 00:00:00 2001
From: rinkk <karsten.rink@ufz.de>
Date: Thu, 28 Feb 2019 14:01:19 +0100
Subject: [PATCH] removed duplicate comments

---
 MeshLib/MeshEditing/ProjectPointOnMesh.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/MeshLib/MeshEditing/ProjectPointOnMesh.cpp b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp
index ad39d84d6aa..f4d03361592 100644
--- a/MeshLib/MeshEditing/ProjectPointOnMesh.cpp
+++ b/MeshLib/MeshEditing/ProjectPointOnMesh.cpp
@@ -19,8 +19,6 @@ namespace MeshLib
 namespace ProjectPointOnMesh
 {
 
-/// Returns the element in which the given node is located when
-/// projected onto a mesh, or nullptr if no such element was found.
 MeshLib::Element const* getProjectedElement(
     std::vector<const MeshLib::Element*> const& elements,
     MeshLib::Node const& node)
@@ -59,8 +57,6 @@ MeshLib::Element const* getProjectedElement(
     return nullptr;
 }
 
-/// Returns the z-coordinate of a point projected onto the plane defined
-/// by a mesh element.
 double getElevation(MeshLib::Element const& element,
                     MeshLib::Node const& node)
 {
-- 
GitLab