moved coefficient.[ch] to src/math
authorJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 20:05:59 +0000 (20:05 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 20:05:59 +0000 (20:05 +0000)
src/math/ChangeLog
src/math/automake.mk
src/math/linreg/ChangeLog
src/math/linreg/automake.mk
src/math/linreg/linreg.c
src/math/linreg/predict.c

index b36a84407f8a107b5ee51fd97a593db1de788484..c8e3b7465b1837e12ffe19bc43931ea00d7c72b7 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
+
+       * coefficient.c: Moved to src/math.
+
+       * coefficient.h: Moved to src/math.
+
 Tue May  9 21:09:37 2006  Ben Pfaff  <blp@gnu.org>
 
        * sort.c (sort_active_file_to_casefile): Check return value of
index 77a71c28a8ea741f8c033642dd7b1124aba2c892..0966e73444a2bcd6d1cc85cee5ecd2187cd2241b 100644 (file)
@@ -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 \
index c30ff4d080db90f4a55799d2763d49d7f900511d..d5cf40fc94d13f17ae2cb3416e077472f663b3c2 100644 (file)
@@ -1,3 +1,9 @@
+2006-05-19  Jason Stover  <jhs@math.gcsu.edu>
+
+       * coefficient.c: Moved to src/math.
+
+       * coefficient.h: Moved to src/math.
+
 2006-05-11  Jason Stover  <jhs@math.gcsu.edu>
 
        * linreg.h: Made linreg_cache's coeff a pspp_linreg_coeff**. 
index 5519ba98a112bd1568559e0c3637205fe2988672..38da4a0688108acbe4b665fef97c099e24aed151 100644 (file)
@@ -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 
 
index 51f77b882e0b35546a0b80bc9479bababdbdd1f5..e496150e71ca27140bcaefc7538e5822aa4c7696 100644 (file)
@@ -53,7 +53,7 @@
 */
 
 #include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
 #include <gsl/gsl_errno.h>
 #include <linreg/sweep.h>
 /*
index 06576d057d52cb9d05bdb6b119de35788375ee07..6562d321e6c18e465c4aab41b0e396b88ac69fc9 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
 #include <gl/xalloc.h>
 
 /*