summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-08 15:10:49 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-08 15:10:49 +0000
commit3be6acc35255b52a60a254fa101aec5b11173b6d (patch)
treede78654273483137b219aa5a8c75026645533999 /src/Bitmap_cubical_complex
parent7fe2c44c56e4fbd176131f31bc4338932f7a9d32 (diff)
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
Diffstat (limited to 'src/Bitmap_cubical_complex')
-rw-r--r--src/Bitmap_cubical_complex/example/Compute_persistence_with_phat.cpp2
1 files changed, 1 insertions, 1 deletions
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> > , 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<double> > , std::vector< std::vector< std::pair<double,double> > > > persistence = phat.get_the_intervals( pairs );
writeBettiNumbersAndPersistenceIntervalsToFile( "phat_persistence" , persistence );