From bbb87b47707aaa82cee0380f6627c67df01ae3d4 Mon Sep 17 00:00:00 2001 From: torset Date: Tue, 20 Jan 2009 11:11:59 +0000 Subject: update due to the remove of addm and diffm --- src/matrixOperations/expm/Makefile.am | 2 -- 1 file changed, 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 \ -- cgit