From 538058931652c74fa508891dcbc6c5fedfb9cf66 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 24 Jul 2009 12:01:26 +0000 Subject: added missing meanf function and unitary test for it added the coressponding interface added meanf test updated the macros with the new files --- src/c/statisticsFunctions/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/c/statisticsFunctions/Makefile.in') 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 -- cgit