From 2e5ba1599578af2f13aa483db3ee49d591aed42f Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Fri, 19 May 2006 20:05:59 +0000 Subject: [PATCH] moved coefficient.[ch] to src/math --- src/math/ChangeLog | 6 ++++++ src/math/automake.mk | 2 ++ src/math/linreg/ChangeLog | 6 ++++++ src/math/linreg/automake.mk | 2 -- src/math/linreg/linreg.c | 2 +- src/math/linreg/predict.c | 2 +- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/math/ChangeLog b/src/math/ChangeLog index b36a8440..c8e3b746 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,9 @@ +2006-05-19 Jason Stover + + * coefficient.c: Moved to src/math. + + * coefficient.h: Moved to src/math. + Tue May 9 21:09:37 2006 Ben Pfaff * sort.c (sort_active_file_to_casefile): Check return value of diff --git a/src/math/automake.mk b/src/math/automake.mk index 77a71c28..0966e734 100644 --- a/src/math/automake.mk +++ b/src/math/automake.mk @@ -9,6 +9,8 @@ src_math_libpspp_math_a_SOURCES = \ src/math/factor-stats.h \ src/math/chart-geometry.c \ src/math/chart-geometry.h \ + src/math/coefficient.c \ + src/math/coefficient.h \ src/math/group.c src/math/group.h \ src/math/histogram.c src/math/histogram.h \ src/math/group-proc.h \ diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index c30ff4d0..d5cf40fc 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,9 @@ +2006-05-19 Jason Stover + + * coefficient.c: Moved to src/math. + + * coefficient.h: Moved to src/math. + 2006-05-11 Jason Stover * linreg.h: Made linreg_cache's coeff a pspp_linreg_coeff**. diff --git a/src/math/linreg/automake.mk b/src/math/linreg/automake.mk index 5519ba98..38da4a06 100644 --- a/src/math/linreg/automake.mk +++ b/src/math/linreg/automake.mk @@ -4,8 +4,6 @@ noinst_LIBRARIES += src/math/linreg/libpspp_linreg.a src_math_linreg_libpspp_linreg_a_SOURCES = \ src/math/linreg/predict.c \ - src/math/linreg/coefficient.c \ - src/math/linreg/coefficient.h \ src/math/linreg/linreg.c \ src/math/linreg/linreg.h diff --git a/src/math/linreg/linreg.c b/src/math/linreg/linreg.c index 51f77b88..e496150e 100644 --- a/src/math/linreg/linreg.c +++ b/src/math/linreg/linreg.c @@ -53,7 +53,7 @@ */ #include -#include +#include #include #include /* diff --git a/src/math/linreg/predict.c b/src/math/linreg/predict.c index 06576d05..6562d321 100644 --- a/src/math/linreg/predict.c +++ b/src/math/linreg/predict.c @@ -19,7 +19,7 @@ */ #include -#include +#include #include /* -- 2.30.2