bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] mismatched declaration in wavelet/dwt.c (gsl 1.6)


From: Brian Gough
Subject: Re: [Bug-gsl] mismatched declaration in wavelet/dwt.c (gsl 1.6)
Date: Fri, 17 Jun 2005 14:20:32 +0100

Steven G. Johnson writes:
 > Hi, I noticed a typo in gsl 1.6 that causes compilation to fail on AIX 
 > with xlc.  At the top, it declares:
 > 
 > static void dwt_step (const gsl_wavelet * w, double *a, size_t stride,
 >                        size_t n, int isign, gsl_wavelet_worksp\ace * work);
 > 
 > However, later on the "isign" parameter is declared as type 
 > gsl_wavelet_direction.  The fix is to change "int" to 
 > gsl_wavelet_direction in the top declaration.

Thanks for the bug report. It will be fixed in the next release.

-- 
Brian Gough

Network Theory Ltd,
Publishing Free Software Manuals --- http://www.network-theory.co.uk/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]