diff options
author | siddhu8990 | 2017-02-02 16:02:41 +0530 |
---|---|---|
committer | siddhu8990 | 2017-02-02 16:02:41 +0530 |
commit | 765d9c44f94634406eeff50e20e8cdfcf1b7699c (patch) | |
tree | 25feaba0f050fc3295b7dbfb3c5b6134c920508a /macros/findDeps/getAllInterfaces.sci | |
parent | a9bdd75eb989bc302ba98e3b6cb329fceaeb385e (diff) | |
download | Scilab2C_fossee_old-765d9c44f94634406eeff50e20e8cdfcf1b7699c.tar.gz Scilab2C_fossee_old-765d9c44f94634406eeff50e20e8cdfcf1b7699c.tar.bz2 Scilab2C_fossee_old-765d9c44f94634406eeff50e20e8cdfcf1b7699c.zip |
Support for function 'schur' added
q
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 2bdc8b7..54c32e5 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -142,7 +142,9 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/differential_calculus/interfaces/int_ode.h" "src/c/differential_calculus/interfaces/int_diffc.h" "src/c/Files/interfaces/int_files.h" - "src/c/string/interfaces/int_convstr.h"]; + "src/c/string/interfaces/int_convstr.h" + "src/c/CACSD/interfaces/int_syslin.h" + "src/c/linearAlgebra/interfaces/int_schur.h"]; //Interface files required for "Arduino" output Arduino_interfaces = [ |