From 02374f1e134f85d16e9d46f89f251303a4a10259 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 3 Apr 2007 20:59:42 +0000 Subject: found some hidden classes and made them build as single-file-single-class; got rid of some warnings svn path=/trunk/externals/cxc/; revision=7546 --- cxavgdev.c | 1 + cxmean.c | 1 + cxstddev.c | 1 + mean~.c | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 cxavgdev.c create mode 100644 cxmean.c create mode 100644 cxstddev.c diff --git a/cxavgdev.c b/cxavgdev.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxavgdev.c @@ -0,0 +1 @@ +#include "mean~.c" diff --git a/cxmean.c b/cxmean.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxmean.c @@ -0,0 +1 @@ +#include "mean~.c" diff --git a/cxstddev.c b/cxstddev.c new file mode 100644 index 0000000..ad433c0 --- /dev/null +++ b/cxstddev.c @@ -0,0 +1 @@ +#include "mean~.c" diff --git a/mean~.c b/mean~.c index fe6b7c6..2e5472d 100644 --- a/mean~.c +++ b/mean~.c @@ -7,7 +7,7 @@ #include "m_pd.h" #include -//#include +#include /* cx.mean: calculate the mean from a table */ -- cgit v1.2.1