This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug in documetation for gsl_ran_dir_nd


Bug in documetation for gsl_ran_dir_nd

In randdist.texi gsl_ran_dir_nd is documented to take an integer
argument,

  @deftypefn Random void gsl_ran_dir_nd (const gsl_rng * @var{r}, int
@var{n},
    double *@var{x})

but in gsl_randist.h is declarted to take size_t.

  void gsl_ran_dir_nd (const gsl_rng * r, size_t n, double * x);



Gavin Crooks

gec@compbio.berkeley.edu
http://threeplusone.com/

Computational Biology Research Group
University of California, Berkeley


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]