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/FuncGIC.cpp2
-rw-r--r--src/Nerve_GIC/example/Nerve.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Nerve_GIC/example/FuncGIC.cpp b/src/Nerve_GIC/example/FuncGIC.cpp
index 3583c66f..027ff525 100644
--- a/src/Nerve_GIC/example/FuncGIC.cpp
+++ b/src/Nerve_GIC/example/FuncGIC.cpp
@@ -71,7 +71,7 @@ int main(int argc, char **argv) {
Gudhi::Simplex_tree<> stree;
GIC.create_complex(stree);
- GIC.compute_PD<Gudhi::Simplex_tree<> >();
+ GIC.compute_PD();
// --------------------------------------------
// Display information about the functional GIC
diff --git a/src/Nerve_GIC/example/Nerve.cpp b/src/Nerve_GIC/example/Nerve.cpp
index 7634c6f4..aaf33cff 100644
--- a/src/Nerve_GIC/example/Nerve.cpp
+++ b/src/Nerve_GIC/example/Nerve.cpp
@@ -74,7 +74,7 @@ int main(int argc, char **argv) {
Gudhi::Simplex_tree<> stree;
SC.create_complex(stree);
- SC.compute_PD<Gudhi::Simplex_tree<> >();
+ SC.compute_PD();
// ----------------------------------------------------------------------------
// Display information about the graph induced complex