pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/language/stats regression.q


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/stats regression.q
Date: Wed, 12 Mar 2008 09:24:44 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/03/12 09:24:44

Modified files:
        src/language/stats: regression.q 

Log message:
        Fix compiler warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/stats/regression.q?cvsroot=pspp&r1=1.70&r2=1.71

Patches:
Index: regression.q
===================================================================
RCS file: /sources/pspp/pspp/src/language/stats/regression.q,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- regression.q        11 Mar 2008 03:28:49 -0000      1.70
+++ regression.q        12 Mar 2008 09:24:44 -0000      1.71
@@ -217,9 +217,9 @@
   tab_float (t, 6, 1, 0, pval, 10, 2);
   for (j = 0; j < c->n_coeffs; j++)
     {
-      this_row = j + 2;
       struct string tstr;
       ds_init_empty (&tstr);
+      this_row = j + 2;
 
       v = pspp_coeff_get_var (c->coeff[j], 0);
       label = var_to_string (v);




reply via email to

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