At Tue, 10 Nov 2009 09:04:31 -0200, MaurĂcio wrote: > > 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))) >
Thanks for the bug report, I will fix that for the next release. -- Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
