diff options
author | Abhinav Dronamraju | 2017-07-07 15:11:33 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-07 15:11:33 +0530 |
commit | 77da5591c712d5f5819afb4eeb503435336d0741 (patch) | |
tree | 3c05ddfef5c17c72c9fcfd1e16469743cebbf317 /2.3-1/macros/findDeps | |
parent | a8b6361c5548c46fbc0722410322163cb38ab073 (diff) | |
download | Scilab2C-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.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 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" |