Using gsl_fft_halfcomplex_unpack

Brian Gough bjg@network-theory.co.uk
Wed Apr 2 21:00:00 GMT 2003


Manoj Warrier writes:
 > When I use gsl_fft_halfcomplex_unpack, The GSL Ref. Manual (first
 > edition) and also
 > http://sources.redhat.com/gsl/ref/gsl-ref_15.html#SEC240, describes
 > it as int gsl_fft_halfcomplex_unpack (const double
 > halfcomplex_coefficient[], gsl_complex_packed_array
 > complex_coefficient[], size_t stride, size_t n)
 > 
 > When I use it based on the above description, I get the following
 > warning when I compile it (on a Linux PC, with gsl-1.2.90 compiled
 > from sources) Compilation command: gcc -c -Wall -g
 > -I. -I/usr/include -I/home/mow/soft/include analyse_freq.c Warning:
 > analyse_freq.c:190: warning: passing arg 2 of
 > `gsl_fft_halfcomplex_unpack' from incompatible pointer type

Can you send an example program which reproduces this problem to
bug-gsl@gnu.org, with the output of gcc -v on your system. Thanks.

-- 
Brian Gough



More information about the Gsl-discuss mailing list