summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-10-05 11:26:24 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-10-05 11:26:24 +0200
commit3b839cae75a7e58b87216ee92356267bbe873e46 (patch)
tree353405108e5a96f9d2af22361abdc5c4672975c7
parent7b477e78f38324bf1473966d59aab0360bae8066 (diff)
doc review: eigen 3.3.5 and cgal 5.2.0 is advised for perf reasons not only on weighted version
-rw-r--r--src/Alpha_complex/doc/Intro_alpha_complex.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Alpha_complex/doc/Intro_alpha_complex.h b/src/Alpha_complex/doc/Intro_alpha_complex.h
index 78486ad6..fb051760 100644
--- a/src/Alpha_complex/doc/Intro_alpha_complex.h
+++ b/src/Alpha_complex/doc/Intro_alpha_complex.h
@@ -74,7 +74,7 @@ Table of Contents
* [10^12,10^12+10^6]. Using `CGAL::Epick_d` makes the computations slightly faster, and the combinatorics are still
* exact, but the computation of filtration values can exceptionally be arbitrarily bad. In all cases, we still
* guarantee that the output is a valid filtration (faces have a filtration value no larger than their cofaces).
- * - For performances reasons, it is advised to use `Alpha_complex` with \ref cgal &ge; 5.0.0.
+ * - For performances reasons, it is advised to use \ref eigen &ge; 3.3.5 and \ref cgal &ge; 5.2.0.
*
* \section pointsexample Example from points
*
@@ -160,7 +160,6 @@ Table of Contents
*
* \section weightedversion Weighted specific version
* <b>Requires:</b> \ref eigen &ge; 3.1.0 and \ref cgal &ge; 5.1.0.
- * For performances reasons, it is advised to use \ref eigen &ge; 3.3.5 and \ref cgal &ge; 5.2.0.
*
* A weighted version for Alpha complex is available (cf. Alpha_complex).
*