+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
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 \
+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**.
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
*/
#include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
#include <gsl/gsl_errno.h>
#include <linreg/sweep.h>
/*
*/
#include <math/linreg/linreg.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
#include <gl/xalloc.h>
/*