Skip to content

Switch off GSL's default error handler which triggers internally abort()

Alexander Semke requested to merge work/gsl-error-handling into master

Description

Switch off GSL's default error handler which triggers internally about() since we don't want to crash but to rather react on the return codes. This is already switched off in some of the places in the code. MR is adding this in other places where GSL routins are called which can trigger abort().

Conformity

When external dependencies are removed

  • Reporting to ...
Edited by Alexander Semke

Merge request reports