projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f734ed
)
added coefficient typedef
author
Jason Stover
<jhs@math.gcsu.edu>
Mon, 5 Jun 2006 00:21:05 +0000
(
00:21
+0000)
committer
Jason Stover
<jhs@math.gcsu.edu>
Mon, 5 Jun 2006 00:21:05 +0000
(
00:21
+0000)
src/math/coefficient.h
patch
|
blob
|
history
diff --git
a/src/math/coefficient.h
b/src/math/coefficient.h
index 7569463baefe8843973891aa90ddebd953b9a2e2..7f11e8f1f2c54e3147c237f872762dbca5935c2b 100644
(file)
--- a/
src/math/coefficient.h
+++ b/
src/math/coefficient.h
@@
-64,7
+64,7
@@
struct pspp_coeff
interaction terms will have more than one
variable. */
};
-
+typedef struct pspp_coeff coefficient;
void pspp_coeff_free (struct pspp_coeff *);