diff options
author | Thomas White <taw@physics.org> | 2024-09-20 11:44:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2024-10-14 10:30:26 +0200 |
commit | 93fc066a540be4503c3c22ade58486f64d05fca3 (patch) | |
tree | 805e9df9c904c4a044292ae38a0d7b230c45a90d /src | |
parent | 0066866b6e3f7e55c1067131350caa6201e316da (diff) |
Remove unnecessary GSL error handler change
The main process doesn't do any GSL stuff.
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index cbe84b43..f5532852 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -886,7 +886,6 @@ int main(int argc, char *argv[]) return 1; } } - gsl_set_error_handler_off(); mille_fn_len = strlen(args->milledir) +strlen(args->millefile)+2; mille_filename = malloc(mille_fn_len); if ( mille_filename == NULL ) { |