summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC')
-rw-r--r--src/Nerve_GIC/include/gudhi/GIC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Nerve_GIC/include/gudhi/GIC.h b/src/Nerve_GIC/include/gudhi/GIC.h
index 72e08513..d763b636 100644
--- a/src/Nerve_GIC/include/gudhi/GIC.h
+++ b/src/Nerve_GIC/include/gudhi/GIC.h
@@ -236,7 +236,6 @@ class Graph_induced_complex {
/** \brief Creates the graph G from a Rips complex.
*
* @param[in] threshold threshold value for the Rips complex.
- * @param[in] off_file_name name of the input .OFF file.
*
*/
void set_graph_from_rips(const double& threshold){
@@ -295,7 +294,6 @@ class Graph_induced_complex {
public: // Automatic tuning of Rips complex.
/** \brief Creates the graph G from a Rips complex whose threshold value is automatically tuned with subsampling.
*
- * @param[in] off_file_name name of the input .OFF file.
* @param[in] N number of subsampling iteration (default value 100).
*
*/