summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-19 13:29:55 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-19 13:29:55 +0000
commitccb6ed4f7b2de208ba55b4c2eb06185c368f0b1c (patch)
treecb34dc83df98e29210aeb290ee09ea8d9f3289c7 /src/Witness_complex/example
parentf0fe875e5046dc31ed8cea9771500a5d0972c118 (diff)
Small change in sphere example before merge with trunk
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1959 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: cc687804569e64e8ddf872eac1cd6be22cf10fcc
Diffstat (limited to 'src/Witness_complex/example')
-rw-r--r--src/Witness_complex/example/example_witness_complex_sphere.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/example/example_witness_complex_sphere.cpp b/src/Witness_complex/example/example_witness_complex_sphere.cpp
index 90e0339a..1ea9408c 100644
--- a/src/Witness_complex/example/example_witness_complex_sphere.cpp
+++ b/src/Witness_complex/example/example_witness_complex_sphere.cpp
@@ -45,7 +45,7 @@ int main(int argc, char * const argv[]) {
std::vector< std::pair<int, double> > l_time;
- // Read the point file
+ // Generate points
for (int nbP = 500; nbP < 10000; nbP += 500) {
// Construct the Simplex Tree
Gudhi::Simplex_tree<> simplex_tree;