summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/include/gudhi/GIC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/include/gudhi/GIC.h')
-rw-r--r--src/Nerve_GIC/include/gudhi/GIC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Nerve_GIC/include/gudhi/GIC.h b/src/Nerve_GIC/include/gudhi/GIC.h
index e506cd9d..50f0f0b7 100644
--- a/src/Nerve_GIC/include/gudhi/GIC.h
+++ b/src/Nerve_GIC/include/gudhi/GIC.h
@@ -43,7 +43,7 @@
namespace Gudhi {
-namespace graph_induced_complex {
+namespace cover_complex {
using Simplex_tree = Gudhi::Simplex_tree<>;
using Filtration_value = Simplex_tree::Filtration_value;
@@ -71,7 +71,7 @@ using Rips_complex = Gudhi::rips_complex::Rips_complex<Filtration_value>;
*
*/
template<typename Point>
-class Graph_induced_complex {
+class Cover_complex {
private:
//Graph_induced_complex(std::map<int, double> fun){func = fun;}