summaryrefslogtreecommitdiff
path: root/src/GudhUI/utils/Persistence_compute.h
diff options
context:
space:
mode:
authorsalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-01-27 15:09:04 +0000
committersalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-01-27 15:09:04 +0000
commite8e889c52c96a3055a1237c389186cb08b0f6708 (patch)
treec7879f69d52a9cdde35f38ac2718ec9d8ce7815a /src/GudhUI/utils/Persistence_compute.h
parentd7a3c90ef611b1c104b6a4ee900b56bf39d56cf5 (diff)
critical poitns
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@432 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 27e660f593f25a00cbd8b1794ed83bb76fd34eea
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_);
}