Alex Tartakovsky writes: > Enum variables 'forward' and 'backward' in fft and wavelet modules > were deprecated in version 1.6 (see the declarations in gsl_fft.h > and gsl_wavelet.h). However, the implementations in version 1.7 > still use them. As a result, if you #define > GSL_DISABLE_DEPRECATED, the code will not compile.
Hello, GSL_DISABLE_DEPRECATED is for testing user code only, not for compiling the library itself. The implementation will change at a later date. Hope that makes sense. -- best regards, 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
