diff options
author | Siddhu8990 | 2017-07-04 20:08:52 +0530 |
---|---|---|
committer | Siddhu8990 | 2017-07-04 20:08:52 +0530 |
commit | 94afa929398d966285e86983010497b7dd7e7c2a (patch) | |
tree | 74a3e724dc5b8d7526d157ae86953d9e9757ea7c /macros/findDeps/getAllInterfaces.sci | |
parent | 5b9f48de8fe9af5d4b4a3bea0eb3baacd2bc7950 (diff) | |
parent | c315b9d6ad3f720d2277323ecad403128cfbb90b (diff) | |
download | Scilab2C_fossee_old-94afa929398d966285e86983010497b7dd7e7c2a.tar.gz Scilab2C_fossee_old-94afa929398d966285e86983010497b7dd7e7c2a.tar.bz2 Scilab2C_fossee_old-94afa929398d966285e86983010497b7dd7e7c2a.zip |
Bug removed for dct and idct
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 beb6115..1c2d86a 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -215,6 +215,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_svd.h" |