updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / perl-pdl / gsl_sf_laguerre.patch
blob8f98d22f738125a07ecc369cd7a7bf50a626226d
1 --- a/Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd
2 +++ b/Lib/GSL/SF/laguerre/gsl_sf_laguerre.pd
3 @@ -27,7 +27,7 @@ pp_def('gsl_sf_laguerre_n',
4 Pars=>'double x(); double [o]y(); double [o]e()',
5 Code =>'
6 gsl_sf_result r;
7 -GSLERR(gsl_sf_gegenpoly_n_e,($COMP(n),$COMP(a), $x(),&r))
8 +GSLERR(gsl_sf_laguerre_n_e,($COMP(n),$COMP(a), $x(),&r))
9 $y() = r.val;
10 $e() = r.err;