summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-07 14:46:59 +0530
committerAbhinav Dronamraju2017-07-07 14:46:59 +0530
commitd9def244c92ecba1ad8c3ef38d7308b9381fbb97 (patch)
tree2a4fe799ad0ee6ab112015188db450cd05983e66 /macros/findDeps/getAllSources.sci
parent6c064ab15d76329ac3dfbee127e6b448a4c6f458 (diff)
downloadscilab2c-d9def244c92ecba1ad8c3ef38d7308b9381fbb97.tar.gz
scilab2c-d9def244c92ecba1ad8c3ef38d7308b9381fbb97.tar.bz2
scilab2c-d9def244c92ecba1ad8c3ef38d7308b9381fbb97.zip
New data type for matrix
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r--macros/findDeps/getAllSources.sci1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci
index cc227399..7e9dcfdc 100644
--- a/macros/findDeps/getAllSources.sci
+++ b/macros/findDeps/getAllSources.sci
@@ -314,6 +314,7 @@ function allSources = getAllSources(SharedInfo)
"src/c/matrixOperations/cumprod/i16columncumproda.c"
"src/c/matrixOperations/matrix/dmatrixa.c"
"src/c/matrixOperations/matrix/smatrixa.c"
+ "src/c/matrixOperations/matrix/u16matrixa.c"
"src/c/matrixOperations/triu/dtriua.c"
"src/c/matrixOperations/triu/striua.c"
"src/c/matrixOperations/triu/u8triua.c"