From 6bd4d445017605a5b8099ecbfd052eef734d0aae Mon Sep 17 00:00:00 2001 From: Wenqing Wang <wenqing.wang@ufz.de> Date: Wed, 14 Aug 2024 15:17:33 +0200 Subject: [PATCH] Fixed a typo: then -> than --- MathLib/Point3d.h | 2 +- NumLib/DOF/MeshComponentMap.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MathLib/Point3d.h b/MathLib/Point3d.h index 2eb46ee2252..ae395c979dd 100644 --- a/MathLib/Point3d.h +++ b/MathLib/Point3d.h @@ -81,7 +81,7 @@ inline bool operator<(Point3d const& a, Point3d const& b) * \param b second input point. * \param eps tolerance used in comparison of coordinates. * - * \return true, if a is smaller then or equal to b according to the following + * \return true, if a is smaller than or equal to b according to the following * test \f$ |a_i - b_i| > \epsilon \cdot \min (|a_i|, |b_i|) \f$ \b and * \f$ |a_i - b_i| > \epsilon \f$ for all coordinates \f$ 0 \le i < 3 \f$. */ diff --git a/NumLib/DOF/MeshComponentMap.cpp b/NumLib/DOF/MeshComponentMap.cpp index ee5b27b36b2..9c5344394f8 100644 --- a/NumLib/DOF/MeshComponentMap.cpp +++ b/NumLib/DOF/MeshComponentMap.cpp @@ -119,7 +119,7 @@ MeshComponentMap MeshComponentMap::getSubset( "Could not find a global index for global component " "{:d} for the mesh '{:s}', node {:d}, in the " "corresponding bulk mesh '{:s}' and node {:d}. This " - "happens because the boundary mesh is larger then the " + "happens because the boundary mesh is larger than the " "definition region of the bulk component, usually " "because the geometry for the boundary condition is " "too large.", -- GitLab