Removed \cgal

This commit is contained in:
Andreas Fabri 2006-04-11 20:37:28 +00:00
parent 62644b730d
commit c366c89225
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
for computing convex hulls in three dimensions as well as functions
for checking if sets of points are strongly convex are not. One can
compute the convex hull of a set of points in three dimensions in one
of three ways in \cgal: using a static algorithm, using an incremental
of three ways: using a static algorithm, using an incremental
construction algorithm, or using a triangulation to get a fully
dynamic computation.}