From ca4682c8e798de69a8fd0f20d45d87afc82ab01e Mon Sep 17 00:00:00 2001 From: mcarrier Date: Wed, 1 Feb 2017 17:13:08 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2045 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f932dcfddf32fa95535ca1f9c62f04cd8619d76c --- src/Nerve_GIC/example/simple_GIC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Nerve_GIC/example') diff --git a/src/Nerve_GIC/example/simple_GIC.cpp b/src/Nerve_GIC/example/simple_GIC.cpp index a2b021f6..f12676f3 100644 --- a/src/Nerve_GIC/example/simple_GIC.cpp +++ b/src/Nerve_GIC/example/simple_GIC.cpp @@ -26,9 +26,9 @@ int main(int argc, char **argv) { // ---------------------------------------------------------------------------- Gudhi::graph_induced_complex::Graph_induced_complex GIC; - GIC.set_graph_simplex_tree(threshold, off_file_name); + GIC.set_graph_from_rips(threshold, off_file_name); GIC.set_cover_from_function(function_file_name,resolution,gain,0); - GIC.find_simplices(); + GIC.find_GIC_simplices(); Simplex_tree stree; GIC.create_complex(stree); std::streambuf* streambufffer; -- cgit v1.2.3