diff options
author | Abhinav Dronamraju | 2017-07-07 14:46:59 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-07 14:46:59 +0530 |
commit | a8b6361c5548c46fbc0722410322163cb38ab073 (patch) | |
tree | d1a17685ab5db4b927897569aad2e2613aef1207 /2.3-1/macros/findDeps | |
parent | 18de8c65454af3b40d4cd669a14772f5821ae8e5 (diff) | |
download | Scilab2C-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.sci | 1 |
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" |