From b44ff725ca5631f418a2a81bffb9b2ab7c76ee92 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 15 Sep 2016 08:51:58 +0200 Subject: [PATCH] Update Spatial_lock_grid_3.h typos --- STL_Extension/doc/STL_Extension/CGAL/Spatial_lock_grid_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STL_Extension/doc/STL_Extension/CGAL/Spatial_lock_grid_3.h b/STL_Extension/doc/STL_Extension/CGAL/Spatial_lock_grid_3.h index d537d8976e2..c0e4b5edfa4 100644 --- a/STL_Extension/doc/STL_Extension/CGAL/Spatial_lock_grid_3.h +++ b/STL_Extension/doc/STL_Extension/CGAL/Spatial_lock_grid_3.h @@ -6,9 +6,9 @@ namespace CGAL { The class `Spatial_lock_grid_3` allows to lock points with coordinates (x, y, z) in a 3D grid. -The point type is called `P3` here. `P3` must provide x(), y() and z() functions, +The point type is called `P3` here. `P3` must provide x(), y(), and z() functions, returning the respective point coordinates as numbers whose type is a -model of the concept of `CGAL::RealEmbeddable`. +model of the concept of `RealEmbeddable`. It is a model of `SurjectiveLockDataStructure`, with `T` being `P3` and `S` being the function that maps a point to