1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 18:28:51 -05:00

Update integrator.cpp

This commit is contained in:
Andrej Prochazka 2017-12-14 16:14:56 +01:00 committed by GitHub
parent aff32c24bf
commit 7206fa5287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ namespace catima{
} }
IntegratorGSL::IntegratorGSL(bool adapt):adaptive(adapt){ IntegratorGSL::IntegratorGSL(bool adapt):adaptive(adapt){
//gsl_set_error_handler_off(); gsl_set_error_handler_off();
if(adaptive){ if(adaptive){
w=gsl_integration_workspace_alloc(100); w=gsl_integration_workspace_alloc(100);
} }