bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] About something in err/error.c


From: tttt3108
Subject: [Bug-gsl] About something in err/error.c
Date: Fri, 26 Aug 2016 07:27:33 +0800

I am sorry that my English-language using is not well(I am not a native English 
speaker). I'v found that my main function was always abort()ed while my code 
include "gsl/gsl_sf_coulomb.h".It's because calculating ‘coulomb wave function’ 
might be very difficult in some case.While I want to draw ‘coulomb wave 
function’, I use:int qq=gsl_sf_coulomb_wave_FG_e(#parameters#)again and 
again.when qq==0, results was successful calculated.while qq!=0, something went 
wrong, and function(in file err/error.c):void gsl_error(#parameters#){      
#some code#      abort();}would be waked up, and my drawing would be totally 
abort()ed.but I think what i need is that while qq!=0, I can delete that point 
in my drawing by myself, and keep drawing other points.So I //ed abort(), and 
recompiled gsl.While other users using gsl, ...? We'd better let users choose 
what they should do when errors happening, but not totally abort()ed.I am sorry 
that my English-language using is not well(I am not a native English 
speaker).Thank you for reading my message. Happy every day!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]