Skip to content

Commit

Permalink
Move and rename in 2 new modules Multi_filtration and Multi_persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Aug 19, 2024
1 parent 065a8b9 commit 959a3d3
Show file tree
Hide file tree
Showing 10 changed files with 593 additions and 581 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ add_gudhi_module(Toplex_map)
add_gudhi_module(Witness_complex)
add_gudhi_module(Nerve_GIC)
add_gudhi_module(Persistence_matrix)
add_gudhi_module(Multi_persistence)
add_gudhi_module(Multi_filtration)

# Include module CMake subdirectories
# GUDHI_SUB_DIRECTORIES is managed in CMAKE_MODULE_PATH/GUDHI_modules.cmake
Expand Down
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ add_gudhi_module(Toplex_map)
add_gudhi_module(Witness_complex)
add_gudhi_module(Nerve_GIC)
add_gudhi_module(Persistence_matrix)
add_gudhi_module(Multi_persistence)
add_gudhi_module(Multi_filtration)

set(GUDHI_BIBLIO_DIR ${CMAKE_SOURCE_DIR})
# For "make doxygen" - Requires GUDHI_USER_VERSION_DIR to be set
Expand Down
Loading

0 comments on commit 959a3d3

Please sign in to comment.