summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/Nerve_GIC/example')
-rw-r--r--src/Nerve_GIC/example/CoordGIC.cpp2
-rw-r--r--src/Nerve_GIC/example/FuncGIC.cpp2
-rw-r--r--src/Nerve_GIC/example/Nerve.cpp2
-rw-r--r--src/Nerve_GIC/example/VoronoiGIC.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Nerve_GIC/example/CoordGIC.cpp b/src/Nerve_GIC/example/CoordGIC.cpp
index 53689762..e24943df 100644
--- a/src/Nerve_GIC/example/CoordGIC.cpp
+++ b/src/Nerve_GIC/example/CoordGIC.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);
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);
diff --git a/src/Nerve_GIC/example/Nerve.cpp b/src/Nerve_GIC/example/Nerve.cpp
index 4dc5496e..70424cda 100644
--- a/src/Nerve_GIC/example/Nerve.cpp
+++ b/src/Nerve_GIC/example/Nerve.cpp
@@ -44,7 +44,7 @@ int main(int argc, char **argv) {
// Init of a Nerve from an OFF file
// --------------------------------
- Gudhi::graph_induced_complex::Graph_induced_complex<Point> SC;
+ Gudhi::cover_complex::Cover_complex<Point> SC;
SC.set_verbose(verb);
bool check = SC.read_point_cloud(off_file_name);
diff --git a/src/Nerve_GIC/example/VoronoiGIC.cpp b/src/Nerve_GIC/example/VoronoiGIC.cpp
index 10d60218..73a776a6 100644
--- a/src/Nerve_GIC/example/VoronoiGIC.cpp
+++ b/src/Nerve_GIC/example/VoronoiGIC.cpp
@@ -42,7 +42,7 @@ int main(int argc, char **argv) {
// Init of a graph induced complex 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);