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:
2e5ba15
)
updated include path of coefficient.h
author
Jason Stover
<jhs@math.gcsu.edu>
Fri, 19 May 2006 20:06:47 +0000
(20:06 +0000)
committer
Jason Stover
<jhs@math.gcsu.edu>
Fri, 19 May 2006 20:06:47 +0000
(20:06 +0000)
src/language/stats/regression.q
patch
|
blob
|
history
diff --git
a/src/language/stats/regression.q
b/src/language/stats/regression.q
index 9c3d1457c7e751b3d298341f16c5b2660979d7f6..3f41e16aad3e5e9d489f850100b193ec649219e0 100644
(file)
--- a/
src/language/stats/regression.q
+++ b/
src/language/stats/regression.q
@@
-44,7
+44,7
@@
#include <libpspp/compiler.h>
#include <libpspp/message.h>
#include <math/design-matrix.h>
-#include <math/
linreg/
coefficient.h>
+#include <math/coefficient.h>
#include <math/linreg/linreg.h>
#include <output/table.h>