summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-11 07:43:50 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-11 07:43:50 +0000
commit7a6ebbd6c26306bca806bbc8c08f74a13c63fca6 (patch)
tree63e331cd19aa72f81808c61c44f3f8add99e8bcb /src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h
parent28b6b1eb52920b495a73f4713d9a6ae78a997f6e (diff)
adding answert to Vincent's comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@1688 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3e90519425010bfedae7af946238188fee6cf420
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h b/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h
index 82ee5878..f5f96d34 100644
--- a/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h
+++ b/src/Gudhi_stat/include/gudhi/concretizations/Persistence_landscape.h
@@ -4,7 +4,7 @@
*
* Author(s): Pawel Dlotko
*
- * Copyright (C) 2015 INRIA Sophia-Saclay (France)
+ * Copyright (C) 2015 INRIA (France)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@
#include <gudhi/abstract_classes/Abs_Real_valued_topological_data.h>
#include <gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h>
#include <gudhi/concretizations/read_persitence_from_file.h>
-#include <gudhi/common.h>
+#include <gudhi/common_gudhi_stat.h>
using namespace std;
@@ -446,7 +446,7 @@ public:
}
return v;
}
- void compute_average( std::vector< Abs_Topological_data_with_averages* > to_average )
+ void compute_average( const std::vector< Abs_Topological_data_with_averages* >& to_average )
{
bool dbg = false;