diff scripts/ChangeLog @ 11094:add5beb3b845

avoid use of | and & in IF conditions in statistics distribution functions
author John W. Eaton <jwe@octave.org>
date Sat, 09 Oct 2010 11:55:51 -0400
parents 8b9aeb20c03c
children d4619eb6ef8e
line wrap: on
line diff
--- a/scripts/ChangeLog	Sat Oct 09 11:42:22 2010 -0400
+++ b/scripts/ChangeLog	Sat Oct 09 11:55:51 2010 -0400
@@ -1,3 +1,13 @@
+2010-10-09  John W. Eaton  <jwe@octave.org>
+
+	* statistics/distributions/geornd.m,
+	* statistics/distributions/hygecdf.m,
+	* statistics/distributions/hygeinv.m,
+	* statistics/distributions/poissrnd.m, 
+	* statistics/distributions/wblrnd.m:
+	Use || instead of | and && instead of & in IF conditions
+	involving scalars.
+
 2010-10-09  John W. Eaton  <jwe@octave.org>
 
 	* plot/__fltk_ginput__.m: Use || instead of | in IF condition.