diff options
author | siddhu8990 | 2017-02-07 16:16:31 +0530 |
---|---|---|
committer | siddhu8990 | 2017-02-07 16:16:31 +0530 |
commit | e7dba33a909e158dffc6ddb3361df10d427db631 (patch) | |
tree | d71a27ff842d6088798ce8a0db16decb1fe10853 /macros/findDeps/getAllSources.sci | |
parent | 765d9c44f94634406eeff50e20e8cdfcf1b7699c (diff) | |
download | Scilab2C_fossee_old-e7dba33a909e158dffc6ddb3361df10d427db631.tar.gz Scilab2C_fossee_old-e7dba33a909e158dffc6ddb3361df10d427db631.tar.bz2 Scilab2C_fossee_old-e7dba33a909e158dffc6ddb3361df10d427db631.zip |
Support for 'lqr' and 'lqe' added
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r-- | macros/findDeps/getAllSources.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index 58c23e9..3f789b4 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -979,6 +979,8 @@ function allSources = getAllSources(SharedInfo) "src/c/Files/mput/i16mputa.c" "src/c/string/convstr/gconvstrs.c" "src/c/CACSD/syslin/dsyslina.c" + "src/c/CACSD/lqr/dlqra.c" + "src/c/CACSD/lqe/dlqea.c" "src/c/linearAlgebra/schur/dschura.c" "src/c/linearAlgebra/schur/dgschura.c"]; |