diff options
author | torset | 2009-01-20 11:11:59 +0000 |
---|---|---|
committer | torset | 2009-01-20 11:11:59 +0000 |
commit | bbb87b47707aaa82cee0380f6627c67df01ae3d4 (patch) | |
tree | 751305125e299409511568a900f19e19ae0a2deb | |
parent | 6734054e5b1c406c5a689688efba5bc98c3d501b (diff) | |
download | scilab2c-bbb87b47707aaa82cee0380f6627c67df01ae3d4.tar.gz scilab2c-bbb87b47707aaa82cee0380f6627c67df01ae3d4.tar.bz2 scilab2c-bbb87b47707aaa82cee0380f6627c67df01ae3d4.zip |
update due to the remove of addm and diffm
-rw-r--r-- | src/matrixOperations/expm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/matrixOperations/expm/Makefile.am b/src/matrixOperations/expm/Makefile.am index 77ece94e..a8c909cf 100644 --- a/src/matrixOperations/expm/Makefile.am +++ b/src/matrixOperations/expm/Makefile.am @@ -55,8 +55,6 @@ check_LDADD = $(top_builddir)/type/libDoubleComplex.la \ $(top_builddir)/matrixOperations/transpose/libMatrixTranspose.la \ $(top_builddir)/matrixOperations/cat/libMatrixConcatenation.la \ $(top_builddir)/matrixOperations/multiplication/libMatrixMultiplication.la \ - $(top_builddir)/matrixOperations/addition/libMatrixAddition.la \ - $(top_builddir)/matrixOperations/subtraction/libMatrixSubtraction.la \ $(top_builddir)/matrixOperations/infiniteNorm/libMatrixInfiniteNorm.la \ $(top_builddir)/matrixOperations/eye/libMatrixEye.la \ $(top_builddir)/lib/lapack/libscilapack.la \ |