changeset 4652:361fe3e50f7a

[project @ 2003-11-24 03:12:17 by jwe]
author jwe
date Mon, 24 Nov 2003 03:12:17 +0000
parents b868b39534b0
children 14ab7b05a572
files liboctave/idx-vector.cc
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/idx-vector.cc	Mon Nov 24 01:24:16 2003 +0000
+++ b/liboctave/idx-vector.cc	Mon Nov 24 03:12:17 2003 +0000
@@ -157,6 +157,9 @@
   colon = 0;
   one_zero = 0;
 
+  orig_nr = nda.rows ();
+  orig_nc = nda.cols ();
+
   len = nda.length ();
 
   if (len == 0)
@@ -334,6 +337,9 @@
   colon = 0;
   one_zero = 1;
 
+  orig_nr = bnda.rows ();
+  orig_nc = bnda.cols ();
+
   len = bnda.length ();
 
   if (len == 0)