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]

Re: problems when using gsl_ran_ugaussian


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


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