diff options
author | simon | 2008-07-22 09:59:12 +0000 |
---|---|---|
committer | simon | 2008-07-22 09:59:12 +0000 |
commit | a957d9dca9cd35129023bedf1f2de260c7d1a867 (patch) | |
tree | 2babbb8cd55d6e6bb33939260c06c35a64a268ff /src/matrixOperations/Makefile.in | |
parent | e340a75afc0ca2f3e04baffde4f2d095117c1321 (diff) | |
download | scilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.tar.gz scilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.tar.bz2 scilab2c-a957d9dca9cd35129023bedf1f2de260c7d1a867.zip |
added the trace functions, modifying matrixDivision Functions but still no change, these which worked are still working and those which failed are still failing
Diffstat (limited to 'src/matrixOperations/Makefile.in')
-rw-r--r-- | src/matrixOperations/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in index a265efd6..619708b8 100644 --- a/src/matrixOperations/Makefile.in +++ b/src/matrixOperations/Makefile.in @@ -171,7 +171,8 @@ SUBDIRS = addition \ division \ cat \ transpose \ - division + division \ + trace all: all-recursive |