summaryrefslogtreecommitdiff
path: root/example/Persistent_cohomology/rips_multifield_persistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/Persistent_cohomology/rips_multifield_persistence.cpp')
-rw-r--r--example/Persistent_cohomology/rips_multifield_persistence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Persistent_cohomology/rips_multifield_persistence.cpp b/example/Persistent_cohomology/rips_multifield_persistence.cpp
index 626ec2ef..d6a5bdad 100644
--- a/example/Persistent_cohomology/rips_multifield_persistence.cpp
+++ b/example/Persistent_cohomology/rips_multifield_persistence.cpp
@@ -149,6 +149,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);
}
}