From fdaeb013cdfde476cf9f5bdc391c55062fe818f3 Mon Sep 17 00:00:00 2001 From: hschreiber Date: Tue, 24 Sep 2024 15:27:47 +0200 Subject: [PATCH] renaming matrix cell as matrix entry --- .../Persistence_matrix/allocators/entry_constructors.h | 6 +++--- .../include/gudhi/Persistence_matrix/columns/entry_types.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Persistence_matrix/include/gudhi/Persistence_matrix/allocators/entry_constructors.h b/src/Persistence_matrix/include/gudhi/Persistence_matrix/allocators/entry_constructors.h index 5062a985e..848547745 100644 --- a/src/Persistence_matrix/include/gudhi/Persistence_matrix/allocators/entry_constructors.h +++ b/src/Persistence_matrix/include/gudhi/Persistence_matrix/allocators/entry_constructors.h @@ -14,8 +14,8 @@ * @brief Contains different versions of @ref Gudhi::persistence_matrix::Entry factories. */ -#ifndef PM_COLUMN_CELL_CONSTRUCTORS_H -#define PM_COLUMN_CELL_CONSTRUCTORS_H +#ifndef PM_COLUMN_ENTRY_CONSTRUCTORS_H +#define PM_COLUMN_ENTRY_CONSTRUCTORS_H #include //std::swap @@ -136,4 +136,4 @@ struct Pool_entry_constructor } // namespace persistence_matrix } // namespace Gudhi -#endif // PM_COLUMN_CELL_CONSTRUCTORS_H +#endif // PM_COLUMN_ENTRY_CONSTRUCTORS_H diff --git a/src/Persistence_matrix/include/gudhi/Persistence_matrix/columns/entry_types.h b/src/Persistence_matrix/include/gudhi/Persistence_matrix/columns/entry_types.h index ca9ad3389..81083d3d7 100644 --- a/src/Persistence_matrix/include/gudhi/Persistence_matrix/columns/entry_types.h +++ b/src/Persistence_matrix/include/gudhi/Persistence_matrix/columns/entry_types.h @@ -18,8 +18,8 @@ * Also defines the std::hash method for @ref Gudhi::persistence_matrix::Entry. */ -#ifndef PM_MATRIX_CELL_H -#define PM_MATRIX_CELL_H +#ifndef PM_MATRIX_ENTRY_H +#define PM_MATRIX_ENTRY_H #include //std::swap, std::exchange & std::move #include //std::hash @@ -324,4 +324,4 @@ struct std::hash > { } }; -#endif // PM_MATRIX_CELL_H +#endif // PM_MATRIX_ENTRY_H