pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/math coefficient.h


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src/math coefficient.h
Date: Mon, 05 Jun 2006 00:21:06 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Jason H Stover <jstover>        06/06/05 00:21:05

Modified files:
        src/math       : coefficient.h 

Log message:
        added coefficient typedef

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/math/coefficient.h?cvsroot=pspp&r1=1.3&r2=1.4

Patches:
Index: coefficient.h
===================================================================
RCS file: /cvsroot/pspp/pspp/src/math/coefficient.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- coefficient.h       19 May 2006 21:25:07 -0000      1.3
+++ coefficient.h       5 Jun 2006 00:21:05 -0000       1.4
@@ -64,7 +64,7 @@
                                   interaction terms will have more than one
                                   variable. */
 };
-
+typedef struct pspp_coeff coefficient;
 
 void pspp_coeff_free (struct pspp_coeff *);
 




reply via email to

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