bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] bug in vector/swap_source.c


From: Ewald Stamp
Subject: [Bug-gsl] bug in vector/swap_source.c
Date: Sat, 14 Aug 2004 04:02:28 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707

Hi,

there is small error in FUNCTION (gsl_vector, swap), line 27:

26:  const size_t s1 = MULTIPLICITY * v->stride ;
27:  const size_t s2 = MULTIPLICITY * v->stride ;

this should be: s2 = ... w->stride

Regards,
Ewald Stamp




reply via email to

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