Merge pull request #7803 from lrineau/CH_3-fix_typo-GF

Convex_hull_3: fix a typo
This commit is contained in:
Laurent Rineau 2023-10-30 17:12:05 +01:00
commit 24a8000eea
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ then the default traits class of `::convex_hull_3()` is `Convex_hull_traits_3<R>
\cgalHeading{Implementation}
The algorithm implemented by these functions is the quickhull algorithm of
Barnard <I>et al.</I> \cgalCite{bdh-qach-96}.
Barber <I>et al.</I> \cgalCite{bdh-qach-96}.
*/