diff options
author | Abhinav Dronamraju | 2017-07-18 21:12:29 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-18 21:12:29 +0530 |
commit | 3debe3c52f32891b9b5716bc49db6809716180f5 (patch) | |
tree | cbfa3f6952fb8cb906f57466dfb09cd9d043d61f /macros/findDeps/getAllInterfaces.sci | |
parent | 70ec68c70d86edcf17f3ab5aa74a4598d48c0fc8 (diff) | |
download | Scilab2C_fossee_old-3debe3c52f32891b9b5716bc49db6809716180f5.tar.gz Scilab2C_fossee_old-3debe3c52f32891b9b5716bc49db6809716180f5.tar.bz2 Scilab2C_fossee_old-3debe3c52f32891b9b5716bc49db6809716180f5.zip |
ad function 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 8004373..b826bb0 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -133,6 +133,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_isequal.h" "src/c/statisticsFunctions/interfaces/int_mean.h" "src/c/statisticsFunctions/interfaces/int_median.h" + "src/c/statisticsFunctions/interfaces/int_mad.h" "src/c/statisticsFunctions/interfaces/int_meanf.h" "src/c/statisticsFunctions/interfaces/int_stdevf.h" "src/c/statisticsFunctions/interfaces/int_prod.h" |