From a4a7cc173e8a5e3358f313d4b132b84591d3ec8d Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 21 Sep 2022 14:51:52 +0200 Subject: [PATCH] Fix typo in CHANGES.md --- Installation/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index be5a7d1fc93..c0429f80b86 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -19,7 +19,7 @@ CGAL tetrahedral Delaunay refinement algorithm. ### [3D Simplicial Mesh Data Structure](https://doc.cgal.org/5.6/Manual/packages.html#PkgSMDS3) (new package) -- This new package wraps all the existing code that deals with a `MeshComplex_3InTriangulation_3` to describe 3D simplicial meshess, and makes the data structure independent from the tetrahedral mesh generation package. +- This new package wraps all the existing code that deals with a `MeshComplex_3InTriangulation_3` to describe 3D simplicial meshes, and makes the data structure independent from the tetrahedral mesh generation package. ### [2D Arrangements](https://doc.cgal.org/5.6/Manual/packages.html#PkgArrangementOnSurface2) - Fixed some code that handles geodesic-curves on spheres that compare x- and y-coordinates on the boundary of the parameter space. It mainly effected the naive point-location.