From 5af08954aa1996da2006a30db875ceb2395bd243 Mon Sep 17 00:00:00 2001 From: mcarrier Date: Mon, 23 Oct 2017 22:35:13 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2802 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e5795ee2fb4837e4df98a9d62b741a263d15a776 --- src/Nerve_GIC/example/FuncGIC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Nerve_GIC/example/FuncGIC.cpp') diff --git a/src/Nerve_GIC/example/FuncGIC.cpp b/src/Nerve_GIC/example/FuncGIC.cpp index a891136f..99e3fb78 100644 --- a/src/Nerve_GIC/example/FuncGIC.cpp +++ b/src/Nerve_GIC/example/FuncGIC.cpp @@ -42,7 +42,7 @@ int main(int argc, char **argv) { // Init of a functional GIC from an OFF file // ----------------------------------------- - Gudhi::graph_induced_complex::Graph_induced_complex GIC; + Gudhi::cover_complex::Cover_complex GIC; GIC.set_verbose(verb); bool check = GIC.read_point_cloud(off_file_name); -- cgit v1.2.3