From 7206fa5287246eff6684c05f31d7ab2a0ebe4aee Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Thu, 14 Dec 2017 16:14:56 +0100 Subject: [PATCH] Update integrator.cpp --- integrator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrator.cpp b/integrator.cpp index 8da30d1..7b8809f 100644 --- a/integrator.cpp +++ b/integrator.cpp @@ -13,7 +13,7 @@ namespace catima{ } IntegratorGSL::IntegratorGSL(bool adapt):adaptive(adapt){ - //gsl_set_error_handler_off(); + gsl_set_error_handler_off(); if(adaptive){ w=gsl_integration_workspace_alloc(100); }