pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Jason H Stover
Subject: [Pspp-cvs] Changes to pspp/src/design-matrix.c
Date: Sun, 27 Nov 2005 20:51:58 -0500

Index: pspp/src/design-matrix.c
diff -u pspp/src/design-matrix.c:1.1 pspp/src/design-matrix.c:1.2
--- pspp/src/design-matrix.c:1.1        Sun Nov 27 20:25:51 2005
+++ pspp/src/design-matrix.c    Mon Nov 28 01:51:58 2005
@@ -113,8 +113,8 @@
       (dm->vars + i)->first_column = n_cols;
       if (v->type == NUMERIC)
        {
-         n_cols++;
          (dm->vars + i)->last_column = n_cols;
+         n_cols++;
        }
       else if (v->type == ALPHA)
        {




reply via email to

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