[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] blas drotm: error in vector size checking
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] blas drotm: error in vector size checking |
Date: |
Thu, 30 Apr 2009 13:03:15 +0200 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Thu, 30 Apr 2009 11:31:34 +0200,
Marco Maggi wrote:
> int
> gsl_blas_drotm (gsl_vector * X, gsl_vector * Y, const double P[])
> {
> if (X->size == Y->size)
> ^^
Thanks for the patch!
I've committed it to the repository.
--
Brian Gough