summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-07 15:11:33 +0530
committerAbhinav Dronamraju2017-07-07 15:11:33 +0530
commitd63c259a847a981daf4922be033c10b0a3f492ed (patch)
treef6e165ba93e17617c18677a0aa46d309dd1627a1 /macros/findDeps/getAllSources.sci
parentd9def244c92ecba1ad8c3ef38d7308b9381fbb97 (diff)
downloadscilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.tar.gz
scilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.tar.bz2
scilab2c-d63c259a847a981daf4922be033c10b0a3f492ed.zip
Float complex for matrix reshape
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 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"