diff options
author | Abhinav Dronamraju | 2017-07-27 18:16:59 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-27 18:16:59 +0530 |
commit | 9b3788e3f1b061bee62ad14c0bfbd7dfd64fbd01 (patch) | |
tree | 2facf6c7113b524e4dafda74d264de43c843ff74 /macros/findDeps/getAllInterfaces.sci | |
parent | 388b2e5e833667609f9ddca5f86f5859c8819399 (diff) | |
download | scilab2c-9b3788e3f1b061bee62ad14c0bfbd7dfd64fbd01.tar.gz scilab2c-9b3788e3f1b061bee62ad14c0bfbd7dfd64fbd01.tar.bz2 scilab2c-9b3788e3f1b061bee62ad14c0bfbd7dfd64fbd01.zip |
Nan 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 49829000..74acfe40 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -135,6 +135,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_nanmedian.h" "src/c/statisticsFunctions/interfaces/int_mad.h" "src/c/statisticsFunctions/interfaces/int_meanf.h" "src/c/statisticsFunctions/interfaces/int_stdevf.h" |