diff options
author | ukashanoor | 2017-07-04 11:55:14 +0530 |
---|---|---|
committer | ukashanoor | 2017-07-04 11:55:14 +0530 |
commit | 771262669202239258b54394840cc75114f9cb2b (patch) | |
tree | 5f72862c9343dbe3cff3b790020a6c19c9e7038a /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 2d8050d5bd74adc66b9a45f55078791a36434be8 (diff) | |
download | Scilab2C-771262669202239258b54394840cc75114f9cb2b.tar.gz Scilab2C-771262669202239258b54394840cc75114f9cb2b.tar.bz2 Scilab2C-771262669202239258b54394840cc75114f9cb2b.zip |
after debugging 1
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index 42ed51d6..4253d695 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/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"]; |