[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] [gsl-2.0] undefined reference to `gsl_sf_legendre_sphPlm_
From: |
Patrick Alken |
Subject: |
Re: [Help-gsl] [gsl-2.0] undefined reference to `gsl_sf_legendre_sphPlm_array' |
Date: |
Sun, 1 Nov 2015 08:06:56 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
The answer is in the manual:
-----
These functions are now deprecated and will be removed in a future
release; see gsl_sf_legendre_array and gsl_sf_legendre_deriv_array.
-----
On 11/01/2015 01:41 AM, address@hidden wrote:
> Hi,
>
> I see that gsl_sf_legendre_sphPlm_array() has been deprecated and
> references to it are no longer resolved by the gsl library (if
> GSL_DISABLE_DEPRECATED is defined).
>
> With what should gsl_sf_legendre_sphPlm_array() be replaced ?
>
> Cheers,
> Rob
>