pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/cat.c


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/cat.c
Date: Sun, 30 Oct 2005 10:02:52 -0500

Index: pspp/src/cat.c
diff -u pspp/src/cat.c:1.5 pspp/src/cat.c:1.6
--- pspp/src/cat.c:1.5  Wed Oct 26 05:06:14 2005
+++ pspp/src/cat.c      Sun Oct 30 15:02:51 2005
@@ -354,6 +354,7 @@
          tmp = &(dm->vars[col]);
          tmp->v = v;
          tmp->first_column = col;
+         tmp->last_column = col;
          col++;
        }
       else if (v->type == ALPHA)
@@ -399,7 +400,7 @@
 
 /*
   Return a pointer to the variable whose values
-  are stored in column col.
+  are stored in column col. BUG IN HERE
  */
 struct variable *
 design_matrix_col_to_var (const struct design_matrix *dm, size_t col)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]