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/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
