diff options
author | imushir | 2015-12-29 11:58:06 +0530 |
---|---|---|
committer | imushir | 2015-12-29 11:58:06 +0530 |
commit | adee9863483df64816970dc3a4b6ea6e85f40610 (patch) | |
tree | 1d34978087bb9075b6dbe79f4889825835b66113 /macros/findDeps | |
parent | a8627e204617fc212c4f05d232208890d9d1cad6 (diff) | |
download | scilab2c-adee9863483df64816970dc3a4b6ea6e85f40610.tar.gz scilab2c-adee9863483df64816970dc3a4b6ea6e85f40610.tar.bz2 scilab2c-adee9863483df64816970dc3a4b6ea6e85f40610.zip |
added support for cat
Diffstat (limited to 'macros/findDeps')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 78138093..8b5df6f2 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -32,6 +32,7 @@ function allInterfaces = getAllInterfaces(OutFormat) "src/c/matrixOperations/interfaces/int_vmagn.h" "src/c/matrixOperations/interfaces/int_ones.h" "src/c/matrixOperations/interfaces/int_spec.h" + "src/c/matrixOperations/interfaces/int_cat.h" "src/c/matrixOperations/interfaces/int_zeros.h" "src/c/matrixOperations/interfaces/int_OpBackSlash.h" "src/c/matrixOperations/interfaces/int_OpApex.h" |