From 6f47fc7903004f776d4e28ba775d7a252a824430 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 13 Jun 2018 08:18:55 +0000 Subject: 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 --- .../example_one_skeleton_rips_from_correlation_matrix.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Rips_complex') 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>; // 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({}); -- cgit v1.2.3