summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-07 14:46:59 +0530
committerAbhinav Dronamraju2017-07-07 14:46:59 +0530
commita8b6361c5548c46fbc0722410322163cb38ab073 (patch)
treed1a17685ab5db4b927897569aad2e2613aef1207 /2.3-1/macros/findDeps
parent18de8c65454af3b40d4cd669a14772f5821ae8e5 (diff)
downloadScilab2C-a8b6361c5548c46fbc0722410322163cb38ab073.tar.gz
Scilab2C-a8b6361c5548c46fbc0722410322163cb38ab073.tar.bz2
Scilab2C-a8b6361c5548c46fbc0722410322163cb38ab073.zip
New data type for matrix
Diffstat (limited to '2.3-1/macros/findDeps')
-rw-r--r--2.3-1/macros/findDeps/getAllSources.sci1
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci
index cc227399..7e9dcfdc 100644
--- a/2.3-1/macros/findDeps/getAllSources.sci
+++ b/2.3-1/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"