summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-07 15:11:33 +0530
committerAbhinav Dronamraju2017-07-07 15:11:33 +0530
commit77da5591c712d5f5819afb4eeb503435336d0741 (patch)
tree3c05ddfef5c17c72c9fcfd1e16469743cebbf317 /2.3-1/macros/findDeps
parenta8b6361c5548c46fbc0722410322163cb38ab073 (diff)
downloadScilab2C-77da5591c712d5f5819afb4eeb503435336d0741.tar.gz
Scilab2C-77da5591c712d5f5819afb4eeb503435336d0741.tar.bz2
Scilab2C-77da5591c712d5f5819afb4eeb503435336d0741.zip
Float complex for matrix reshape
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 7e9dcfdc..2124da9e 100644
--- a/2.3-1/macros/findDeps/getAllSources.sci
+++ b/2.3-1/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"