summaryrefslogtreecommitdiff
path: root/src/Bitmap_cubical_complex
diff options
context:
space:
mode:
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 );