changeset 8846:492801cd65eb

Fix small error in previous commit, which was two changes that should not have been combined; the first change was to improve breakpoints in debugging and was not mentioned in the commit message. Ugh.
author John W. Eaton <jwe@octave.org>
date Mon, 23 Feb 2009 16:37:40 -0500
parents 5a6db6bd1a02
children 4629e3925e75
files scripts/sparse/svds.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/sparse/svds.m	Mon Feb 23 16:29:20 2009 -0500
+++ b/scripts/sparse/svds.m	Mon Feb 23 16:37:40 2009 -0500
@@ -212,6 +212,7 @@
 %! s = s(idx);
 %! u = u(:,idx);
 %! v = v(:,idx);
+%! randn('state',42)
 %!testif HAVE_ARPACK
 %! [u2,s2,v2,flag] = svds(a,k);
 %! s2 = diag(s2);