summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorSandeep Gupta2017-06-19 17:02:45 +0530
committerSandeep Gupta2017-06-19 17:02:45 +0530
commit659d4fc432b750b064b7d3fd6c277f2adc58230a (patch)
treea184928547aec51f41cd006de6b462e008cf1426 /2.3-1/macros/findDeps/getAllSources.sci
parentb43eccd4cffed5bd1017c5821524fb6e49202f78 (diff)
downloadScilab2C-659d4fc432b750b064b7d3fd6c277f2adc58230a.tar.gz
Scilab2C-659d4fc432b750b064b7d3fd6c277f2adc58230a.tar.bz2
Scilab2C-659d4fc432b750b064b7d3fd6c277f2adc58230a.zip
19-June-2017
Diffstat (limited to '2.3-1/macros/findDeps/getAllSources.sci')
-rw-r--r--2.3-1/macros/findDeps/getAllSources.sci16
1 files changed, 8 insertions, 8 deletions
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci
index e296aa14..5dced783 100644
--- a/2.3-1/macros/findDeps/getAllSources.sci
+++ b/2.3-1/macros/findDeps/getAllSources.sci
@@ -155,18 +155,18 @@ function allSources = getAllSources(SharedInfo)
"src/c/matrixOperations/powm/spowma.c"
"src/c/matrixOperations/powm/zpowma.c"
"src/c/matrixOperations/powm/cpowma.c"
- "src/c/matrixOperations/spec/cspeca.c"
- "src/c/matrixOperations/spec/dspeca.c"
- "src/c/matrixOperations/spec/sspeca.c"
- "src/c/matrixOperations/spec/zspeca.c"
+ "src/c/linearAlgebra/spec/cspeca.c"
+ "src/c/linearAlgebra/spec/dspeca.c"
+ "src/c/linearAlgebra/spec/sspeca.c"
+ "src/c/linearAlgebra/spec/zspeca.c"
"src/c/matrixOperations/transpose/ztransposea.c"
"src/c/matrixOperations/transpose/stransposea.c"
"src/c/matrixOperations/transpose/ctransposea.c"
"src/c/matrixOperations/transpose/dtransposea.c"
- "src/c/matrixOperations/spec2/zspec2a.c"
- "src/c/matrixOperations/spec2/sspec2a.c"
- "src/c/matrixOperations/spec2/dspec2a.c"
- "src/c/matrixOperations/spec2/cspec2a.c"
+ "src/c/linearAlgebra/spec2/zspec2a.c"
+ "src/c/linearAlgebra/spec2/sspec2a.c"
+ "src/c/linearAlgebra/spec2/dspec2a.c"
+ "src/c/linearAlgebra/spec2/cspec2a.c"
"src/c/matrixOperations/trace/stracea.c"
"src/c/matrixOperations/trace/dtracea.c"
"src/c/matrixOperations/trace/ctracea.c"