summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h
index b5e5b175..819b1376 100644
--- a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.h
+++ b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data_with_scalar_product.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,13 +23,14 @@
#ifndef Abs_Topological_data_with_scalar_product_H
#define Abs_Topological_data_with_scalar_product_H_
+#include <gudhi/abstract_classes/Abs_Topological_data.h>
+
+
namespace Gudhi
{
namespace Gudhi_stat
{
-#include <gudhi/abstract_classes/Abs_Topological_data.h>
-
/**
* This is an abstract container to store topological information. Most typically, this information will be some representation of persistent homology.
**/