summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h b/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h
index b1ac806d..829bc973 100644
--- a/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h
+++ b/src/Gudhi_stat/include/gudhi/persistence_representations/Persistence_intervals.h
@@ -330,9 +330,8 @@ Persistence_intervals::Persistence_intervals( const char* filename )
}//Persistence_intervals
-Persistence_intervals::Persistence_intervals( const std::vector< std::pair< double , double > >& intervals_ )
+Persistence_intervals::Persistence_intervals( const std::vector< std::pair< double , double > >& intervals_ ):intervals(intervals_)
{
- this->intervals = intervals_;
this->set_up_numbers_of_functions_for_vectorization_and_projections_to_reals();
}