summaryrefslogtreecommitdiff
path: root/src/cython
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/cython
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/cython')
-rw-r--r--src/cython/include/Persistent_cohomology_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cython/include/Persistent_cohomology_interface.h b/src/cython/include/Persistent_cohomology_interface.h
index dee5e487..8cf71a4e 100644
--- a/src/cython/include/Persistent_cohomology_interface.h
+++ b/src/cython/include/Persistent_cohomology_interface.h
@@ -106,7 +106,7 @@ persistent_cohomology::Persistent_cohomology<FilteredComplex, persistent_cohomol
}
}
- persistence_pairs.push_back(std::make_pair(birth,death));
+ persistence_pairs.push_back(std::make_pair(birth, death));
}
return persistence_pairs;
}