diff options
author | Abhinav Dronamraju | 2017-08-01 20:25:57 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-08-01 20:25:57 +0530 |
commit | c73be8f2ad1c7c11f67ba31817f9d051bfa29fa1 (patch) | |
tree | a246d645f117df7d6abc9166023c7e114d4a3c46 /macros/findDeps/getAllSources.sci | |
parent | ac4326bd2f66e0978e200e4685f14669b8feda82 (diff) | |
parent | e47a705e2a330fc6745ad406d04d63075df65492 (diff) | |
download | scilab2c-c73be8f2ad1c7c11f67ba31817f9d051bfa29fa1.tar.gz scilab2c-c73be8f2ad1c7c11f67ba31817f9d051bfa29fa1.tar.bz2 scilab2c-c73be8f2ad1c7c11f67ba31817f9d051bfa29fa1.zip |
Merged
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r-- | macros/findDeps/getAllSources.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index fbc71eb6..5cdcd94b 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -1067,6 +1067,15 @@ function allSources = getAllSources(SharedInfo,BuildTool) "src/c/statisticsFunctions/stdevf/zrowstdevfa.c" "src/c/statisticsFunctions/stdevf/ccolumnstdevfa.c" "src/c/statisticsFunctions/stdevf/scolumnstdevfa.c" + "src/c/statisticsFunctions/moment/dmoments.c" + "src/c/statisticsFunctions/moment/dmomentrowa.c" + "src/c/statisticsFunctions/moment/dmomentcola.c" + "src/c/statisticsFunctions/moment/smoments.c" + "src/c/statisticsFunctions/moment/smomentrowa.c" + "src/c/statisticsFunctions/moment/smomentcola.c" + "src/c/statisticsFunctions/moment/zmoments.c" + "src/c/statisticsFunctions/moment/zmomentrowa.c" + "src/c/statisticsFunctions/moment/zmomentcola.c" "src/c/operations/multiplication/cmula.c" "src/c/operations/multiplication/cmuls.c" "src/c/operations/multiplication/cmulv.c" |