/[pspp]/pspp/src/cat.c
ViewVC logotype

Diff of /pspp/src/cat.c

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

revision 1.5 by blp, Wed Oct 26 05:06:14 2005 UTC revision 1.6 by jstover, Sun Oct 30 15:02:51 2005 UTC
# Line 354  design_matrix_create (int n_variables, Line 354  design_matrix_create (int n_variables,
354            tmp = &(dm->vars[col]);            tmp = &(dm->vars[col]);
355            tmp->v = v;            tmp->v = v;
356            tmp->first_column = col;            tmp->first_column = col;
357              tmp->last_column = col;
358            col++;            col++;
359          }          }
360        else if (v->type == ALPHA)        else if (v->type == ALPHA)
# Line 399  design_matrix_col_to_var_index (const st Line 400  design_matrix_col_to_var_index (const st
400    
401  /*  /*
402    Return a pointer to the variable whose values    Return a pointer to the variable whose values
403    are stored in column col.    are stored in column col. BUG IN HERE
404   */   */
405  struct variable *  struct variable *
406  design_matrix_col_to_var (const struct design_matrix *dm, size_t col)  design_matrix_col_to_var (const struct design_matrix *dm, size_t col)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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