summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/example/FuncGIC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/example/FuncGIC.cpp')
-rw-r--r--src/Nerve_GIC/example/FuncGIC.cpp2
1 files changed, 1 insertions, 1 deletions
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<Point> GIC;
+ Gudhi::cover_complex::Cover_complex<Point> GIC;
GIC.set_verbose(verb);
bool check = GIC.read_point_cloud(off_file_name);