mirror of https://github.com/CGAL/cgal
Fix typo
This commit is contained in:
parent
64738572f8
commit
80c81a2c17
|
|
@ -67256,7 +67256,7 @@ generated in O(dn2d+1) time. We present a simple proof that the (d -
|
|||
|
||||
@article{gz-edcap-93
|
||||
, author = "T. Gonzalez and S.-Q. Zheng"
|
||||
, title = "An efficient divide and conquer approximation algorithm for partitionning into {D}-boxes"
|
||||
, title = "An efficient divide and conquer approximation algorithm for partitioning into {D}-boxes"
|
||||
, journal = "Internat. J. Comput. Geom. Appl."
|
||||
, volume = 3
|
||||
, year = 1993
|
||||
|
|
|
|||
|
|
@ -635,7 +635,7 @@ Function `remove_outliers()` deletes a user-specified fraction of
|
|||
outliers from an input point set. More specifically, it partitions the
|
||||
input points with respect to the average squared distances to their
|
||||
nearest neighbors and deletes the points with largest value, either
|
||||
partitionning with a threshold or removing a fixed percentage. The
|
||||
partitioning with a threshold or removing a fixed percentage. The
|
||||
user can either specify a fixed number of nearest neighbors or a fixed
|
||||
spherical neighborhood radius.
|
||||
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ find_package(METIS)
|
|||
include(CGAL_METIS_support)
|
||||
set_package_properties(
|
||||
METIS PROPERTIES
|
||||
DESCRIPTION "A library for partitionning."
|
||||
DESCRIPTION "A library for partitioning."
|
||||
PURPOSE "Requiered for the partition plugin.")
|
||||
|
||||
# Activate concurrency?
|
||||
|
|
|
|||
Loading…
Reference in New Issue