Typo in doc

This commit is contained in:
Guillaume Damiand 2022-06-02 17:07:58 +02:00
parent cfd9ac640a
commit 731fe75c91
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ typedef CGAL::Combinatorial_map<3, Items_with_indices> Cmap3_with_index;
\endcode \endcode
The two main interests of the index version comparing to the handle ones are: (1)~it has a lower memory footprint than a 64-bit pointer based version; (2)~indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. The two main interests of the index version comparing to the handle ones are: (1) it has a lower memory footprint than a 64-bit pointer based version; (2) indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code.
\cgalModifEnd \cgalModifEnd

View File

@ -254,7 +254,7 @@ typedef CGAL::Generalized_map<3, Items_with_indices> Gmap3_with_index;
\endcode \endcode
The two main interests of the index version comparing to the handle ones are: (1)~it has a lower memory footprint than a 64-bit pointer based version; (2)~indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code. The two main interests of the index version comparing to the handle ones are: (1) it has a lower memory footprint than a 64-bit pointer based version; (2) indices are contiguous, they can be used as index into vectors which store properties. The main interest of the handle version is the fact that handles can be dereferenced, which can simplify some code.
\cgalModifEnd \cgalModifEnd