changeset 1553:539c43aa46e5

[project @ 1995-10-08 23:44:50 by jwe]
author jwe
date Sun, 08 Oct 1995 23:44:50 +0000
parents d1ddf54a79c2
children b1ba1894bccc
files liboctave/idx-vector.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/idx-vector.h	Sun Oct 08 23:28:27 1995 +0000
+++ b/liboctave/idx-vector.h	Sun Oct 08 23:44:50 1995 +0000
@@ -90,6 +90,7 @@
 
 private:
 
+  int *data;
   int len;
   int num_zeros;
   int num_ones;
@@ -97,7 +98,6 @@
   int min_val;
   unsigned int one_zero : 1;
   unsigned int initialized : 1;
-  int *data;
 
   void init_state (const char *rc = 0, int z_len = 0);
   void convert_one_zero_to_idx (void);