From e5b65ffab74ac30aa7a0b1d8d9dbea68482de666 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 21 Jan 2015 06:48:37 +0100
Subject: [PATCH] [MaL] Corrected docu.

---
 MathLib/MathPoint.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MathLib/MathPoint.h b/MathLib/MathPoint.h
index 5b528681819..6728ebc7b6f 100644
--- a/MathLib/MathPoint.h
+++ b/MathLib/MathPoint.h
@@ -31,7 +31,7 @@ bool operator<= (MathLib::MathPoint const & p0, MathLib::MathPoint const & p1);
 /**
  * lexicographical comparison of points taking an epsilon into account
  * @param p0 first input MathPoint
- * @param p1 first input MathPoint
+ * @param p1 second input MathPoint
  * @param tol tolerance (if in the comparison operation the property fabs(p0[k] - p1[k]) < tol
  *     holds for the k-th coordinate the points are assumed the be equal in this coordinate)
  * @return true, if p0 is lexicographically smaller than p1
-- 
GitLab