[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in the complex no header file of the gsl_complex.h .
From: |
Mark Galassi |
Subject: |
Re: Bug in the complex no header file of the gsl_complex.h . |
Date: |
Thu, 13 May 2021 08:35:29 -0600 |
User-agent: |
Notmuch/0.29.3 (https://notmuchmail.org) Emacs/28.0.50 (x86_64-pc-linux-gnu) |
Dear Chetan,
Thank you for using gsl!
In general you want to provide a full .c file which can compile, as well as
telling us what version of gsl you are using and on what operating system, but
in this case it seems pretty straightforward.
This line:
> gsl_complex GSL_SET_COMPLEX(&z,5.7,8.0);
should just be
GSL_SET_COMPLEX(&z,5.7,8.0);
(without that "gsl_complex" before it).