diff options
author | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-17 21:57:08 +0530 |
commit | 574ddf08c208a2d1b8c27fe29525f631816c32d5 (patch) | |
tree | fa194ffe40c78219befd002aaa224206a314a551 /macros/findDeps/getAllInterfaces.sci | |
parent | 9a70aa3ff473b7bc72d849c2cc2ecece57d4c388 (diff) | |
download | Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.tar.gz Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.tar.bz2 Scilab2C_fossee_old-574ddf08c208a2d1b8c27fe29525f631816c32d5.zip |
Median added
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 02c671f..0b1d8c6 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -131,6 +131,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_gcd.h" "src/c/elementaryFunctions/interfaces/int_lcm.h" "src/c/statisticsFunctions/interfaces/int_mean.h" + "src/c/statisticsFunctions/interfaces/int_median.h" "src/c/statisticsFunctions/interfaces/int_meanf.h" "src/c/statisticsFunctions/interfaces/int_stdevf.h" "src/c/statisticsFunctions/interfaces/int_prod.h" |