/[pspp]/pspp/src/regression.q
ViewVC logotype

Diff of /pspp/src/regression.q

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

revision 1.14 by jstover, Tue Nov 22 22:04:45 2005 UTC revision 1.15 by jstover, Wed Nov 23 21:21:19 2005 UTC
# Line 604  run_regression (const struct casefile *c Line 604  run_regression (const struct casefile *c
604                        pspp_reg_rc = CMD_FAILURE;                        pspp_reg_rc = CMD_FAILURE;
605                        return;                        return;
606                      }                      }
607                    lcache->depvar = (const struct var *) v;                    lcache->depvar = (const struct variable *) v;
608                    gsl_vector_set (Y, row, val->f);                    gsl_vector_set (Y, row, val->f);
609                  }                  }
610                else                else

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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