mirror of
https://github.com/gwm17/catima.git
synced 2024-11-23 02:38:51 -05:00
Update integrator.cpp
This commit is contained in:
parent
aff32c24bf
commit
7206fa5287
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user