diff options
author | simon | 2009-07-24 12:01:26 +0000 |
---|---|---|
committer | simon | 2009-07-24 12:01:26 +0000 |
commit | 538058931652c74fa508891dcbc6c5fedfb9cf66 (patch) | |
tree | 6d119e0e2a1dfd792735a0406d228d5788fbac79 /src/c/statisticsFunctions/Makefile.in | |
parent | b1275610923e7317ef61e66b1e1acddd92978f6e (diff) | |
download | scilab2c-538058931652c74fa508891dcbc6c5fedfb9cf66.tar.gz scilab2c-538058931652c74fa508891dcbc6c5fedfb9cf66.tar.bz2 scilab2c-538058931652c74fa508891dcbc6c5fedfb9cf66.zip |
added missing meanf function and unitary test for it
added the coressponding interface
added meanf test
updated the macros with the new files
Diffstat (limited to 'src/c/statisticsFunctions/Makefile.in')
-rw-r--r-- | src/c/statisticsFunctions/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c/statisticsFunctions/Makefile.in b/src/c/statisticsFunctions/Makefile.in index 44fda9b9..48db67a2 100644 --- a/src/c/statisticsFunctions/Makefile.in +++ b/src/c/statisticsFunctions/Makefile.in @@ -180,7 +180,8 @@ SUBDIRS = mean \ variance\ prod\ min\ - max + max\ + meanf all: all-recursive |