summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h
diff options
context:
space:
mode:
authorpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-27 14:41:27 +0000
committerpdlotko <pdlotko@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-04-27 14:41:27 +0000
commitaa2c2318ea1c6f8eef50aee6f98ade3ea0ae5ca1 (patch)
tree0fa958289f4b0a179c87a76d28ed91e0d1a5e1ae /src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h
parentbe976b50b0d036b1cf9efc58f936182647b7cd69 (diff)
initial preparation to change the name of the package.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_stat@2382 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 3648a6470eca09c85b60802148cc1e2462b92f79
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h b/src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h
index 7d1b04c9..a19e6d60 100644
--- a/src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h
+++ b/src/Gudhi_stat/include/gudhi/multiplicative_bootstrap.h
@@ -24,10 +24,10 @@
#define BOOTSTRAP_H
//concretizations
-#include <gudhi/persistence_representations/persistence_vectors.h>
-#include <gudhi/persistence_representations/Persistence_landscape.h>
-#include <gudhi/persistence_representations/Persistence_landscape_on_grid.h>
-#include <gudhi/persistence_representations/Persistence_heat_maps.h>
+#include <gudhi/persistence_vectors.h>
+#include <gudhi/Persistence_landscape.h>
+#include <gudhi/Persistence_landscape_on_grid.h>
+#include <gudhi/Persistence_heat_maps.h>
#ifdef GUDHI_USE_TBB
#include <tbb/parallel_sort.h>