From f29fb4c840a7f8cee02e94ba46e275d4e6233be1 Mon Sep 17 00:00:00 2001 From: mcarrier Date: Tue, 24 Oct 2017 13:44:59 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2803 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bdd7422940bb851fa439ef83c3c4235396b32d3c --- src/Nerve_GIC/doc/Intro_graph_induced_complex.h | 4 ++-- src/Nerve_GIC/include/gudhi/GIC.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/Nerve_GIC') diff --git a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h index 746baa44..16d70e2a 100644 --- a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h +++ b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h @@ -25,9 +25,9 @@ namespace Gudhi { -namespace graph_induced_complex { +namespace cover_complex { -/** \defgroup graph_induced_complex Graph induced complex +/** \defgroup cover_complex Cover complex * * \author Mathieu Carrière * diff --git a/src/Nerve_GIC/include/gudhi/GIC.h b/src/Nerve_GIC/include/gudhi/GIC.h index 50f0f0b7..01acc296 100644 --- a/src/Nerve_GIC/include/gudhi/GIC.h +++ b/src/Nerve_GIC/include/gudhi/GIC.h @@ -51,10 +51,10 @@ using Rips_complex = Gudhi::rips_complex::Rips_complex; /** - * \class Graph_induced_complex - * \brief Graph induced complex data structure. + * \class Cover_complex + * \brief Cover complex data structure. * - * \ingroup graph_induced_complex + * \ingroup cover_complex * * \details * The data structure is a simplicial complex, representing a -- cgit v1.2.3