Dear GSL staff, Sorry this is again me (Gabriele Colosimo) In the documentation relative to the program I mentioned in my previous mail there is another little bug. When declaring the include files necessary to run the example programs the Documentation says:
" #include <stdio.h> #include <gsl/gsl_statistics.h> " While the correct files should be: #include <stdio.h> #include <gsl/gsl_statistics_double.h> Since we are using the floating-point type of data! Thanks again and sorry for burdening. Best regards Gabriele Colosimo _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
