summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-24 14:32:18 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-06-24 14:32:18 +0000
commit335269117566c598b38b55345ad1ceef0b4f45e2 (patch)
treeb6311911abed4cfe958d8099ed3396efc463b777
parentac259e454de216c4774d3a9465598c7c96a1a224 (diff)
Bug fix in Gudhi 1.3.0 documentation - Alpha_complex_from_off.cpp and Alpha_complex_from_points.cpp requires CGAL >= 4.7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1346 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e6f0966710d6b07f629490d4b6068d087777488f
-rw-r--r--src/common/doc/main_page.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index abe7398b..8154cc8e 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -187,10 +187,6 @@
* Persistent_cohomology/alpha_complex_3d_persistence.cpp</a>
* \li <a href="_simplex_tree_2simplex_tree_from_alpha_shapes_3_8cpp-example.html">
* Simplex_tree/simplex_tree_from_alpha_shapes_3.cpp</a>
- * \li <a href="_alpha_complex_2_alpha_complex_from_off_8cpp-example.html">
- * Alpha_complex/Alpha_complex_from_off.cpp</a>
- * \li <a href="_alpha_complex_2_alpha_complex_from_points_8cpp-example.html">
- * Alpha_complex/Alpha_complex_from_points.cpp</a>
*
* The following example requires CGAL version &ge; 4.6:
* \li <a href="_witness_complex_2witness_complex_sphere_8cpp-example.html">