summaryrefslogtreecommitdiff
path: root/src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp')
-rw-r--r--src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp b/src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp
index a31c44ab..6c9fcdab 100644
--- a/src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp
+++ b/src/Alpha_shapes/example/Delaunay_triangulation_off_rw.cpp
@@ -82,7 +82,7 @@ int main(int argc, char **argv) {
}
std::cout << std::endl;*/
- int i = 0, j = 0;
+ /*int i = 0, j = 0;
typedef T::Full_cell_iterator Full_cell_iterator;
typedef T::Facet Facet;
@@ -96,7 +96,7 @@ int main(int argc, char **argv) {
}
std::cout << "There are " << i << " facets on the convex hull." << std::endl;
std::cout << "There are " << j << " facets not on the convex hull." << std::endl;
-
+*/
std::string offOutputFile("out.off");
Gudhi::alphashapes::Delaunay_triangulation_off_writer<T> off_writer(offOutputFile, dt);