bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] qk41.c wrong array size


From: Patrick Alken
Subject: Re: [Bug-gsl] qk41.c wrong array size
Date: Wed, 28 May 2014 15:10:18 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

fixed on the git, thanks for the report!

On 05/28/2014 01:44 PM, Jeff Jenkins wrote:
The line

static const double wg[11] =    /* weights of the 20-point gauss rule */

should be

static const double wg[*10*] =    /* weights of the 20-point gauss rule */




reply via email to

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