summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/Persistence_compute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/utils/Persistence_compute.h')
-rw-r--r--src/GudhUI/utils/Persistence_compute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GudhUI/utils/Persistence_compute.h b/src/GudhUI/utils/Persistence_compute.h
index 7b310e5c..0ddc205a 100644
--- a/src/GudhUI/utils/Persistence_compute.h
+++ b/src/GudhUI/utils/Persistence_compute.h
@@ -89,6 +89,8 @@ public:
pcoh.init_coefficients( params.p ); //initilizes the coefficient field for homology
pcoh.compute_persistent_cohomology( INFINITY ); //put params.min_persistence
stream_<<"persistence: \n";
+ stream_<<"p dimension birth death: \n";
+
pcoh.output_diagram(stream_);
}