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: Typo in taus.c


David Favis-Mortlock writes:
 > Hi -- has this been noted before? (I'm not a member of this list.)
 > 
 > In taus.c of GSl v1.2, there appears to be a typo on line 142. This is in
 > the new routine taus2. It reads:
 > 
 >   if (state->s2 < 8) state->s1 += 8UL;
 > 
 > but that should, I think, be:
 > 
 >   if (state->s2 < 8) state->s2 += 8UL;
 > 

You're right, thanks for the bug report.
regards
Brian Gough


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