bugGNU Scientific Library - Bugs: bug #28017, Bug in GSL_VECTOR_COMPLEX macro...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #28017: Bug in GSL_VECTOR_COMPLEX macro when not using GSL_RANGE_CHECK

Submitter:  -Deleted Account- <bjg>
Submitted:  Sat 14 Nov 2009 01:59:03 PM UTC
   
 
Category:  None Severity:  4 - Important
Operating System:  Status:  Fixed
Assigned to:  bjg Open/Closed:  Closed
Release:  1.13

Mon 08 Feb 2010 02:59:36 PM UTC, comment #1: 

fixed by commit fa353a65787743186aed62df6edecb5aa4535516

-Deleted Account- <bjg>
Sat 14 Nov 2009 01:59:03 PM UTC, original submission:  

Reply-To: -email is unavailable-
From: MaurĂ­cio <mauricio.antunes@gmail.com>
To: -email is unavailable-
Subject: [Bug-gsl] Bug in macro when not using GSL_RANGE_CHECK
Date: Tue, 10 Nov 2009 09:04:31 -0200

In gsl_vector_complex,

   #define GSL_VECTOR_COMPLEX(zv, i) (GSL_COMPLEX_AT((zv),(i)))

should be

   #define GSL_VECTOR_COMPLEX(zv, i) (*GSL_COMPLEX_AT((zv),(i)))


Best,
MaurĂ­cio


_____________________________________________
Bug-gsl mailing list
-email is unavailable-
http://lists.gnu.org/mailman/listinfo/bug-gsl


-Deleted Account- <bjg>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2010-02-08 bjg StatusConfirmed Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code