diff options
author | ukashanoor | 2017-07-04 16:19:20 +0530 |
---|---|---|
committer | ukashanoor | 2017-07-04 16:19:20 +0530 |
commit | c315b9d6ad3f720d2277323ecad403128cfbb90b (patch) | |
tree | 5359a49887ce19721be18d0e532ed8f6e288ebb2 /macros/findDeps/getAllInterfaces.sci | |
parent | 7325b038e06f1571402a63caef2d75db30bd13c1 (diff) | |
parent | cc9b8a9e45af12106656055b0958fa6d10d93916 (diff) | |
download | Scilab2C_fossee_old-c315b9d6ad3f720d2277323ecad403128cfbb90b.tar.gz Scilab2C_fossee_old-c315b9d6ad3f720d2277323ecad403128cfbb90b.tar.bz2 Scilab2C_fossee_old-c315b9d6ad3f720d2277323ecad403128cfbb90b.zip |
Merge branch 'uk_branch'
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 9086ba1..fc60132 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -191,6 +191,8 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/CACSD/interfaces/int_lqr.h" "src/c/CACSD/interfaces/int_lqe.h" "src/c/CACSD/interfaces/int_obscont.h" + "src/c/linearAlgebra/interfaces/int_sva.h" + "src/c/linearAlgebra/interfaces/int_svd.h" "src/c/linearAlgebra/interfaces/int_schur.h" "src/c/linearAlgebra/interfaces/int_balanc.h" "src/c/linearAlgebra/interfaces/int_rcond.h"]; |