diff options
author | Abhinav Dronamraju | 2017-07-07 15:11:33 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-07 15:11:33 +0530 |
commit | d63c259a847a981daf4922be033c10b0a3f492ed (patch) | |
tree | f6e165ba93e17617c18677a0aa46d309dd1627a1 /macros/findDeps | |
parent | d9def244c92ecba1ad8c3ef38d7308b9381fbb97 (diff) | |
download | scilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.tar.gz scilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.tar.bz2 scilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.zip |
Float complex for matrix reshape
Diffstat (limited to 'macros/findDeps')
-rw-r--r-- | macros/findDeps/getAllSources.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index 7e9dcfdc..2124da9e 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -315,6 +315,7 @@ function allSources = getAllSources(SharedInfo) "src/c/matrixOperations/matrix/dmatrixa.c" "src/c/matrixOperations/matrix/smatrixa.c" "src/c/matrixOperations/matrix/u16matrixa.c" + "src/c/matrixOperations/matrix/zmatrixa.c" "src/c/matrixOperations/triu/dtriua.c" "src/c/matrixOperations/triu/striua.c" "src/c/matrixOperations/triu/u8triua.c" |