bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] gsl_sf_coupling_6j_INCORRECT_e


From: Brian Gough
Subject: Re: [Bug-gsl] gsl_sf_coupling_6j_INCORRECT_e
Date: Thu, 5 Jun 2003 11:29:33 +0100

Eric Diffenderfer writes:
 > GSL version 1.3
 > 
 > I geuss this is a bug: There is a code error in function
 > gsl_sf_coupling_6j_INCORRECT_e line 200 of coupling.c in the
 > specfunc directory. The mistake is on line 207. It checks for
 > (two_je < 0) twice.  It should be:
 >      
 > if( two_ja < 0 || two_jb < 0 || two_jc < 0
 >       || two_jd < 0 || two_je < 0 || two_jf < 0
 >       ) { DOMAIN_ERROR(result); }

Thanks for the bug report.
I will fix this for the next release.
best regards,

-- 
Brian Gough

Network Theory Ltd            
15 Royal Park                 
Bristol BS8 3AL               
United Kingdom                

Tel: +44 (0)117 3179309 
Fax: +44 (0)117 9048108              
Web: http://www.network-theory.co.uk/




reply via email to

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