summaryrefslogtreecommitdiff
path: root/example/Persistent_cohomology/persistence_from_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/Persistent_cohomology/persistence_from_file.cpp')
-rw-r--r--example/Persistent_cohomology/persistence_from_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Persistent_cohomology/persistence_from_file.cpp b/example/Persistent_cohomology/persistence_from_file.cpp
index c40434a4..53456919 100644
--- a/example/Persistent_cohomology/persistence_from_file.cpp
+++ b/example/Persistent_cohomology/persistence_from_file.cpp
@@ -138,6 +138,6 @@ void program_options(int argc, char * argv[]
std::cout << "Usage: " << argv[0] << " [options] input-file" << std::endl << std::endl;
std::cout << visible << std::endl;
- std::abort();
+ exit(-1);
}
}