Skip to content

Commit

Permalink
Merge branch 'fixing_typo' into 'master'
Browse files Browse the repository at this point in the history
Fixing a typo: then to than

See merge request ogs/ogs!5073
  • Loading branch information
endJunction committed Aug 14, 2024
2 parents 06368bc + 6bd4d44 commit fea65d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MathLib/Point3d.h
Original file line number Diff line number Diff line change
Expand Up @@ -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$.
*/
Expand Down
2 changes: 1 addition & 1 deletion NumLib/DOF/MeshComponentMap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit fea65d5

Please sign in to comment.