summaryrefslogtreecommitdiff
path: root/src/Rips_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-06-13 08:18:55 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-06-13 08:18:55 +0000
commit6f47fc7903004f776d4e28ba775d7a252a824430 (patch)
tree050561aa51f3ab45754fed7f92dd3bda6ec4acf3 /src/Rips_complex
parentc5cd4821cd496e76a5824c5df30e31d0f5965785 (diff)
Fix cpplint
Merge branch persistence_representation_bug_fix_vincent rev. 3600 git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3603 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7e9364e5294b3433eddcebf273924193da3b0742
Diffstat (limited to 'src/Rips_complex')
-rw-r--r--src/Rips_complex/example/example_one_skeleton_rips_from_correlation_matrix.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Rips_complex/example/example_one_skeleton_rips_from_correlation_matrix.cpp b/src/Rips_complex/example/example_one_skeleton_rips_from_correlation_matrix.cpp
index 1343f24d..05bacb9f 100644
--- a/src/Rips_complex/example/example_one_skeleton_rips_from_correlation_matrix.cpp
+++ b/src/Rips_complex/example/example_one_skeleton_rips_from_correlation_matrix.cpp
@@ -15,11 +15,11 @@ int main() {
using Distance_matrix = std::vector<std::vector<Filtration_value>>;
// User defined correlation matrix is:
- // |1 0.06 0.23 0.01 0.89|
- // |0.06 1 0.74 0.01 0.61|
- // |0.23 0.74 1 0.72 0.03|
- // |0.01 0.01 0.72 1 0.7 |
- // |0.89 0.61 0.03 0.7 1 |
+ // |1 0.06 0.23 0.01 0.89|
+ // |0.06 1 0.74 0.01 0.61|
+ // |0.23 0.74 1 0.72 0.03|
+ // |0.01 0.01 0.72 1 0.7 |
+ // |0.89 0.61 0.03 0.7 1 |
Distance_matrix correlations;
correlations.push_back({});