From 3be6acc35255b52a60a254fa101aec5b11173b6d Mon Sep 17 00:00:00 2001 From: pdlotko Date: Mon, 8 Feb 2016 15:10:49 +0000 Subject: Adding changes suggested by Marc. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bitmap@1007 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2462c084e3269a3d44813619f44852d3c8d6e163 --- src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp b/src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp index fe9be33e..f552a094 100644 --- a/src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp +++ b/src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp @@ -52,7 +52,7 @@ int main( int argc , char** argv ) Compute_persistence_with_phat< Bitmap_cubical_complex< Bitmap_cubical_complex_base > , double > phat(&b); - phat::persistence_pairs pairs = phat.compute_persistence_pairs_dualized_chunk_reduction(); + phat::persistence_pairs pairs = phat.compute_persistence_pairs_standard_reduction(); std::pair< std::vector< std::vector > , std::vector< std::vector< std::pair > > > persistence = phat.get_the_intervals( pairs ); writeBettiNumbersAndPersistenceIntervalsToFile( "phat_persistence" , persistence ); -- cgit v1.2.3