summaryrefslogtreecommitdiff
path: root/src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp')
-rw-r--r--src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp b/src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp
index 11079a03..0a24fb56 100644
--- a/src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp
+++ b/src/Alpha_shapes/example/Simplex_tree_from_delaunay_triangulation.cpp
@@ -66,12 +66,12 @@ int main(int argc, char **argv) {
//
// ----------------------------------------------------------------------------
Gudhi::alphashapes::Alpha_shapes alpha_shapes_from_file(off_file_name);
- //std::cout << alpha_shapes_from_file << std::endl;
std::cout << "alpha_shapes_from_file.dimension()=" << alpha_shapes_from_file.dimension() << std::endl;
std::cout << "alpha_shapes_from_file.filtration()=" << alpha_shapes_from_file.filtration() << std::endl;
std::cout << "alpha_shapes_from_file.num_simplices()=" << alpha_shapes_from_file.num_simplices() << std::endl;
std::cout << "alpha_shapes_from_file.num_vertices()=" << alpha_shapes_from_file.num_vertices() << std::endl;
+ //std::cout << alpha_shapes_from_file << std::endl;
return 0;
} \ No newline at end of file