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]

GSL 1.1: small typo in doc / chapter 35


Hi,
a ";" is missing in the example. Obvious to anybody who types it in. I
copied it from the texi file, are the examples available seperately as .c
files? Would be a nice addendum (for the debian package ;-)

Christian

--- fitting.texi.orig	Wed May 15 15:02:09 2002
+++ fitting.texi	Wed May 15 15:02:36 2002
@@ -479,7 +479,7 @@
     @{
       double y0 = exp(x);
       double sigma = 0.1*y0;
-      double dy = gsl_ran_gaussian(r, sigma)
+      double dy = gsl_ran_gaussian(r, sigma);
 
       printf("%g %g %g\n", x, y0 + dy, sigma);
     @}


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