bug-gsl
[Top][All Lists]
Advanced

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

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


From: Steven G. Johnson
Subject: [Bug-gsl] mismatched declaration in wavelet/dwt.c (gsl 1.6)
Date: Wed, 15 Jun 2005 22:46:25 -0400
User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)

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.

Cordially,
Steven G. Johnson





reply via email to

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