summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h b/src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h
index 22513097..7a299a86 100644
--- a/src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h
+++ b/src/Gudhi_stat/include/gudhi/persistence_representations/PSSK.h
@@ -56,7 +56,7 @@ public:
PSSK( const char* filename , std::vector< std::vector<double> > filter = create_Gaussian_filter(5,1) , size_t number_of_pixels = 1000 , double min_ = -1 , double max_ = -1 ):
Persistence_heat_maps()
{
- std::vector< std::pair< double , double > > intervals_ = read_standard_file( filename );
+ std::vector< std::pair< double , double > > intervals_ = read_standard_persistence_file( filename );
this->construct( intervals_ , filter , number_of_pixels , min_ , max_ );
}