pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/regression.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/regression.q
Date: Sun, 23 Oct 2005 22:52:14 -0400

Index: pspp/src/regression.q
diff -u pspp/src/regression.q:1.7 pspp/src/regression.q:1.8
--- pspp/src/regression.q:1.7   Tue Oct 18 19:57:20 2005
+++ pspp/src/regression.q       Mon Oct 24 02:51:31 2005
@@ -94,7 +94,7 @@
 static void
 reg_stats_r (pspp_linreg_cache * c)
 {
-  struct table *t;
+  struct tab_table *t;
   int n_rows = 2;
   int n_cols = 5;
   double rsq;
@@ -447,7 +447,7 @@
 }
 
 static void
-run_regression (const struct casefile *cf, void *cmd_)
+run_regression (const struct casefile *cf, void *cmd_ UNUSED)
 {
   size_t i;
   size_t k;




reply via email to

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