Update of /cvsroot/pure-data/externals/cxc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27478
Modified Files: Tag: branch-v0-39-2-extended mean~.c Added Files: Tag: branch-v0-39-2-extended cxavgdev.c cxmean.c cxstddev.c Log Message: found some hidden classes and made them build as single-file-single-class; got rid of some warnings
--- NEW FILE: cxstddev.c --- #include "mean~.c"
--- NEW FILE: cxmean.c --- #include "mean~.c"
Index: mean~.c =================================================================== RCS file: /cvsroot/pure-data/externals/cxc/mean~.c,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** mean~.c 2 Apr 2007 20:41:15 -0000 1.1.2.1 --- mean~.c 3 Apr 2007 20:46:06 -0000 1.1.2.2 *************** *** 8,12 **** #include "m_pd.h" #include <math.h> ! //#include <stdlib.h>
--- 8,12 ---- #include "m_pd.h" #include <math.h> ! #include <stdlib.h>
--- NEW FILE: cxavgdev.c --- #include "mean~.c"