problems when using gsl_ran_ugaussian
M Atakan Gurkan
ato@northwestern.edu
Mon May 19 15:43:00 GMT 2003
On Mon, May 19, 2003 at 05:39:06PM +0200, Andrea Fortini wrote:
> I don't know if this is the problem but in the code you submitted
> the header file gsl_randist.h
> was not included, try add the line
>
> #include <gsl/gsl_statistics.h>
>
> af
>
and if this is the problem, and if you are using gcc, to catch errors like this
in the future, try turning on the warnings via "-Wall" and tell compiler to
optimize via "-O2" (or higher level) so it will turn on the flow analysis.
ato
More information about the Gsl-discuss
mailing list