summaryrefslogtreecommitdiff
path: root/src/Persistent_cohomology/example/custom_persistence_sort.cpp
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2022-06-09 12:12:05 +0200
committerHind-M <hind.montassif@gmail.com>2022-06-09 12:12:05 +0200
commitc624cb2c4de0acc7ac9b96c20ab0db499c8d96a8 (patch)
tree2fc6a25e5c081feeb2ecb6e7b6d59f90c3a13536 /src/Persistent_cohomology/example/custom_persistence_sort.cpp
parent050081c554416a90f2b4aee359f15c020af66303 (diff)
parenteb1e6f67cf94e2f3991d9092131621e09b1ee257 (diff)
Merge remote-tracking branch 'upstream/master' into cech_optimization
Diffstat (limited to 'src/Persistent_cohomology/example/custom_persistence_sort.cpp')
-rw-r--r--src/Persistent_cohomology/example/custom_persistence_sort.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Persistent_cohomology/example/custom_persistence_sort.cpp b/src/Persistent_cohomology/example/custom_persistence_sort.cpp
index 410cd987..bba0b2f7 100644
--- a/src/Persistent_cohomology/example/custom_persistence_sort.cpp
+++ b/src/Persistent_cohomology/example/custom_persistence_sort.cpp
@@ -33,7 +33,7 @@ using Persistent_cohomology = Gudhi::persistent_cohomology::Persistent_cohomolog
Gudhi::persistent_cohomology::Field_Zp >;
std::vector<Point> random_points() {
- // Instanciate a random point generator
+ // Instantiate a random point generator
CGAL::Random rng(0);
// Generate "points_number" random points in a vector