Skip to content

Commit

Permalink
renaming matrix cell as matrix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
hschreiber committed Sep 24, 2024
1 parent 7dd5177 commit fdaeb01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <utility> //std::swap

Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <utility> //std::swap, std::exchange & std::move
#include <functional> //std::hash
Expand Down Expand Up @@ -324,4 +324,4 @@ struct std::hash<Gudhi::persistence_matrix::Entry<Master_matrix> > {
}
};

#endif // PM_MATRIX_CELL_H
#endif // PM_MATRIX_ENTRY_H

0 comments on commit fdaeb01

Please sign in to comment.