From 744dcd4f989d63542fb2b34eb0da815008aced71 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Thu, 20 Jun 2013 11:45:47 +0000 Subject: bugfix for compute_persistence_pairs git-svn-id: https://phat.googlecode.com/svn/trunk@133 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/compute_persistence_pairs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/phat/compute_persistence_pairs.h b/include/phat/compute_persistence_pairs.h index d3e61dd..3112abb 100644 --- a/include/phat/compute_persistence_pairs.h +++ b/include/phat/compute_persistence_pairs.h @@ -43,7 +43,7 @@ namespace phat { void compute_persistence_pairs_dualized( persistence_pairs& pairs, boundary_matrix< Representation >& boundary_matrix ) { dualize( boundary_matrix ); - compute_persistence_pairs( pairs, boundary_matrix ); + compute_persistence_pairs< ReductionAlgorithm >( pairs, boundary_matrix ); dualize_persistence_pairs( pairs, boundary_matrix.get_num_cols() ); } -- cgit v1.2.3