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]

Typo in taus.c


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;

Dave F-M

Dr David Favis-Mortlock
Queen's University Belfast (School of Geography), Belfast BT7 1NN, Northern
Ireland, UK. Phone: +44 (0)2890 335283. Fax: +44 (0)2890 321280. Email:
d.favis-mortlock@qub.ac.uk & d.favis-mortlock@dial.pipex.com. Web:
http://www.qub.ac.uk/geog/ & http://soilerosion.net


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