summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-22 09:40:27 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-22 09:40:27 +0000
commit17af44e0fcae39ceafa566bfd1e1de62e706aa0f (patch)
tree2fc387b06541fd0bf57f6a38298b9368456fd7fe /src
parent5a78c67dafc7a664d9b3c248bf2781c770393c68 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2454 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: c4560ef26533875f5590cbb202a9b25d017da45e
Diffstat (limited to 'src')
-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).
*
*/