diff options
author | ukashanoor | 2017-07-04 11:55:14 +0530 |
---|---|---|
committer | ukashanoor | 2017-07-04 11:55:14 +0530 |
commit | 9c98503cadef71c7d916f30801c18661e9c3292f (patch) | |
tree | 3ab652b9a61e0991dcefa01f0d63145516101361 /macros/findDeps/getAllSources.sci | |
parent | 9fc55b8370323fd8f7364a5abfcee3af65899a97 (diff) | |
download | Scilab2C_fossee_old-9c98503cadef71c7d916f30801c18661e9c3292f.tar.gz Scilab2C_fossee_old-9c98503cadef71c7d916f30801c18661e9c3292f.tar.bz2 Scilab2C_fossee_old-9c98503cadef71c7d916f30801c18661e9c3292f.zip |
after debugging 1
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 a20fcde..316031d 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -1205,6 +1205,8 @@ function allSources = getAllSources(SharedInfo) "src/c/CACSD/lqr/dlqra.c" "src/c/CACSD/lqe/dlqea.c" "src/c/CACSD/obscont/dobsconta.c" + "src/c/linearAlgebra/sva/dsvaa.c" + "src/c/linearAlgebra/svd/dsvda.c" "src/c/linearAlgebra/schur/dschura.c" "src/c/linearAlgebra/schur/dgschura.c" "src/c/linearAlgebra/balanc/dbalanca.c" |