changeset 3291:029fac81ac65

[project @ 1999-10-14 18:03:19 by jwe]
author jwe
date Thu, 14 Oct 1999 18:03:19 +0000
parents b1969349f689
children ad0d250ebd7e
files scripts/ChangeLog scripts/linear-algebra/kron.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+1999-10-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* linear-algebra/kron.m: Fix typo in previous change
+
 1999-10-13  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* control/bode.m: Allow optional 5th arg to specify plot style.
--- a/scripts/linear-algebra/kron.m
+++ b/scripts/linear-algebra/kron.m
@@ -43,7 +43,7 @@
       for ii = 1:ma
 	x(i_vec+(ii-1)*m,j_vec) = a(ii,jj) * b;
       endfor
-      j_vec = jvec + n;
+      j_vec = j_vec + n;
     endfor
     
   else