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:
bd987cd
)
fixed variable type check
author
Jason Stover
<jhs@math.gcsu.edu>
Sun, 16 Apr 2006 02:11:24 +0000
(
02:11
+0000)
committer
Jason Stover
<jhs@math.gcsu.edu>
Sun, 16 Apr 2006 02:11:24 +0000
(
02:11
+0000)
src/math/linreg/coefficient.c
patch
|
blob
|
history
diff --git
a/src/math/linreg/coefficient.c
b/src/math/linreg/coefficient.c
index 2cca9f54653327918691ab228966f32ca82d03b8..d1fcbfa2e4bb6a145d0404c9d5493c7c397a62a8 100644
(file)
--- a/
src/math/linreg/coefficient.c
+++ b/
src/math/linreg/coefficient.c
@@
-164,7
+164,7
@@
pspp_linreg_coeff_get_value (struct pspp_linreg_coeff *c,
{
return NULL;
}
- if (v->type == NU
LL
)
+ if (v->type == NU
MERIC
)
{
return NULL;
}