summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h
index 0e3db722..e38ae2df 100644
--- a/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.h
+++ b/src/Gudhi_stat/include/gudhi/abstract_classes/Abs_Topological_data.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
@@ -20,10 +20,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-//#ifndef ABS_Topological_data_H_
-//#define ABS_Topological_data_H_
+#ifndef ABS_Topological_data_H_
+#define ABS_Topological_data_H_
+
-#pragma once
namespace Gudhi
{
@@ -44,4 +44,4 @@ class Abs_Topological_data
}//namespace Gudhi_stat
}//namespace Gudhi
-//#endif
+#endif