pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src design-matrix.h


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src design-matrix.h
Date: Mon, 09 Jan 2006 00:53:31 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/01/09 00:53:31

Modified files:
        src            : design-matrix.h 

Log message:
        Tidying types

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/design-matrix.h.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: pspp/src/design-matrix.h
diff -u pspp/src/design-matrix.h:1.1 pspp/src/design-matrix.h:1.2
--- pspp/src/design-matrix.h:1.1        Sun Nov 27 20:25:51 2005
+++ pspp/src/design-matrix.h    Mon Jan  9 00:53:31 2006
@@ -30,7 +30,7 @@
 #include "cat-routines.h"
 struct design_matrix_var
 {
-  int first_column;            /* First column for this variable in
+  size_t first_column;         /* First column for this variable in
                                   the design_matix. If this variable
                                   is categorical, its values are
                                   stored in multiple, contiguous
@@ -38,7 +38,7 @@
                                   encoding in the variable's struct
                                   cat_vals.
                                 */
-  int last_column;
+  size_t last_column;
   const struct variable *v;
 };
 struct design_matrix




reply via email to

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