changeset 6354:24f59167b97c

[project @ 2007-02-24 23:11:49 by dbateman]
author dbateman
date Sat, 24 Feb 2007 23:11:49 +0000
parents 392b071d4de9
children 7b124b265c34
files scripts/statistics/distributions/lognrnd.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/statistics/distributions/lognrnd.m	Sat Feb 24 23:05:36 2007 +0000
+++ b/scripts/statistics/distributions/lognrnd.m	Sat Feb 24 23:11:49 2007 +0000
@@ -87,7 +87,7 @@
     rnd = exp (mu + sigma .* randn (sz));
     k = find ((sigma < 0) | (sigma == Inf));
     if (any (k))
-      rnd(k) = NaN
+      rnd(k) = NaN;
     endif
   endif