[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] bug in vector/swap_source.c
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] bug in vector/swap_source.c |
Date: |
Wed, 18 Aug 2004 18:06:46 +0100 |
Ewald Stamp writes:
> 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
Thanks for the bug report---I will have to improve the test coverage
to catch things like that.
--
Brian Gough