summaryrefslogtreecommitdiff
path: root/example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp
diff options
context:
space:
mode:
authorGard Spreemann <gspreemann@gmail.com>2018-09-05 12:52:26 +0200
committerGard Spreemann <gspreemann@gmail.com>2018-09-05 12:52:26 +0200
commitef5c01b599c6a6b23b1f3e92736ec67a6e62b55f (patch)
tree593f9ca6e7b661645f27243619652953b11e8a4f /example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp
parentc524232f734de875d69e2f190f01a6c976024368 (diff)
GUDHI 2.3.0 as released by upstream in a tarball.upstream/2.3.0upstream/latest
Diffstat (limited to 'example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp')
-rw-r--r--example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp b/example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp
index 08ed74bb..34092ef6 100644
--- a/example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp
+++ b/example/Simplex_tree/cech_complex_cgal_mini_sphere_3d.cpp
@@ -171,7 +171,7 @@ void program_options(int argc, char* argv[], std::string& off_file_points, Filtr
std::cout << "Usage: " << argv[0] << " [options] input-file" << std::endl << std::endl;
std::cout << visible << std::endl;
- std::abort();
+ exit(-1);
}
}