summaryrefslogtreecommitdiff
path: root/example/Nerve_GIC/CoordGIC.cpp
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-09-09 21:48:33 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-09-09 21:48:33 +0200
commit837ebff38036ad0ab3a29da9de879046f1c20ddb (patch)
tree87a58a01bbdbfe1ea4cc821ea2ee61bf0782c8c0 /example/Nerve_GIC/CoordGIC.cpp
parent5bbe0dbb9faad7d4d9ffca7e819e9faa477fb5c6 (diff)
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Merge branch 'dfsg/latest' into debian/sid
Diffstat (limited to 'example/Nerve_GIC/CoordGIC.cpp')
-rw-r--r--example/Nerve_GIC/CoordGIC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/Nerve_GIC/CoordGIC.cpp b/example/Nerve_GIC/CoordGIC.cpp
index 73edae18..9889b198 100644
--- a/example/Nerve_GIC/CoordGIC.cpp
+++ b/example/Nerve_GIC/CoordGIC.cpp
@@ -79,10 +79,10 @@ int main(int argc, char **argv) {
// --------------------------------------------
if (verb) {
- std::cout << "Functional GIC is of dimension " << stree.dimension() << " - " << stree.num_simplices()
+ std::cout << "Coordinate GIC is of dimension " << stree.dimension() << " - " << stree.num_simplices()
<< " simplices - " << stree.num_vertices() << " vertices." << std::endl;
- std::cout << "Iterator on functional GIC simplices" << std::endl;
+ std::cout << "Iterator on coordinate GIC simplices" << std::endl;
for (auto f_simplex : stree.filtration_simplex_range()) {
for (auto vertex : stree.simplex_vertex_range(f_simplex)) {
std::cout << vertex << " ";