summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h
index 2725c2c6..5b683268 100644
--- a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.h
+++ b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_distances.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
@@ -23,14 +23,15 @@
#ifndef Abs_Topological_data_with_distances_H_
#define Abs_Topological_data_with_distances_H_
+//#include "Abs_Topological_data.h"
+#include <gudhi/abstract_classes/Abs_Topological_data.h>
+
+
namespace Gudhi
{
namespace Gudhi_stat
{
-//with this path it do not find the files
-//#include <gudhi/abstract_classes/Abs_Topological_data.h>
-#include "Abs_Topological_data.h"
/**
* This is an abstract container to store topological information. Most typically, this information will be some representation of persistent homology.