pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/levene.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/levene.h
Date: Sun, 23 Oct 2005 22:51:57 -0400

Index: pspp/src/levene.h
diff -u pspp/src/levene.h:1.4 pspp/src/levene.h:1.5
--- pspp/src/levene.h:1.4       Fri Apr 29 01:02:15 2005
+++ pspp/src/levene.h   Mon Oct 24 02:51:32 2005
@@ -41,7 +41,7 @@
 
 
 void  levene(const struct casefile *cf, 
-            struct variable *v_indep, int n_dep, struct variable **v_dep,
+            struct variable *v_indep, size_t n_dep, struct variable **v_dep,
             enum lev_missing,   is_missing_func);
 
 




reply via email to

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