bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] qk41.c wrong array size


From: Jeff Jenkins
Subject: [Bug-gsl] qk41.c wrong array size
Date: Wed, 28 May 2014 13:44:10 -0600

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]