/[pspp]/pspp/src/design-matrix.c
ViewVC logotype

Diff of /pspp/src/design-matrix.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jstover, Sun Nov 27 20:25:51 2005 UTC revision 1.2 by jstover, Mon Nov 28 01:51:58 2005 UTC
# Line 113  design_matrix_create (int n_variables, Line 113  design_matrix_create (int n_variables,
113        (dm->vars + i)->first_column = n_cols;        (dm->vars + i)->first_column = n_cols;
114        if (v->type == NUMERIC)        if (v->type == NUMERIC)
115          {          {
           n_cols++;  
116            (dm->vars + i)->last_column = n_cols;            (dm->vars + i)->last_column = n_cols;
117              n_cols++;
118          }          }
119        else if (v->type == ALPHA)        else if (v->type == ALPHA)
120          {          {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26