pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/math/linreg coefficient.c


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src/math/linreg coefficient.c
Date: Sun, 16 Apr 2006 02:11:24 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 06/04/16 02:11:24

Modified files:
        src/math/linreg: coefficient.c 

Log message:
        fixed variable type check

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/math/linreg/coefficient.c.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: pspp/src/math/linreg/coefficient.c
diff -u pspp/src/math/linreg/coefficient.c:1.11 
pspp/src/math/linreg/coefficient.c:1.12
--- pspp/src/math/linreg/coefficient.c:1.11     Sun Apr 16 01:05:15 2006
+++ pspp/src/math/linreg/coefficient.c  Sun Apr 16 02:11:24 2006
@@ -164,7 +164,7 @@
     {
       return NULL;
     }
-  if (v->type == NULL)
+  if (v->type == NUMERIC)
     {
       return NULL;
     }




reply via email to

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