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

Diff of /pspp/src/vfm.c

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

revision 1.34 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.35 by jmd, Fri Apr 29 01:29:31 2005 UTC
# Line 584  const struct case_sink_class null_sink_c Line 584  const struct case_sink_class null_sink_c
584  struct ccase *  struct ccase *
585  lagged_case (int n_before)  lagged_case (int n_before)
586  {  {
587    assert (n_before >= 1 && n_before <= n_lag);    assert (n_before >= 1 );
588      assert (n_before <= n_lag);
589    
590    if (n_before <= lag_count)    if (n_before <= lag_count)
591      {      {
592        int index = lag_head - n_before;        int index = lag_head - n_before;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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