URL:
  <http://savannah.gnu.org/bugs/?28017>

                 Summary: Bug in GSL_VECTOR_COMPLEX macro when not using
GSL_RANGE_CHECK
                 Project: GNU Scientific Library
            Submitted by: bjg
            Submitted on: Sat 14 Nov 2009 13:59:03 GMT
                Category: None
                Severity: 4 - Important
        Operating System: 
                  Status: Confirmed
             Assigned to: bjg
             Open/Closed: Open
                 Release: 1.13
         Discussion Lock: Any

    _______________________________________________________

Details:

Reply-To: [email protected]
From: MaurĂ­cio <[email protected]>
To: [email protected]
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 protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28017>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to