pspp-cvs
[Top][All Lists]
Advanced

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

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


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/vfm.c
Date: Thu, 28 Apr 2005 21:29:32 -0400

Index: pspp/src/vfm.c
diff -u pspp/src/vfm.c:1.34 pspp/src/vfm.c:1.35
--- pspp/src/vfm.c:1.34 Fri Apr 29 01:02:16 2005
+++ pspp/src/vfm.c      Fri Apr 29 01:29:31 2005
@@ -584,7 +584,9 @@
 struct ccase *
 lagged_case (int n_before)
 {
-  assert (n_before >= 1 && n_before <= n_lag);
+  assert (n_before >= 1 );
+  assert (n_before <= n_lag);
+
   if (n_before <= lag_count)
     {
       int index = lag_head - n_before;




reply via email to

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