Mercurial > hg > octave-lyh
changeset 5209:b2132431d1e0
[project @ 2005-03-15 20:30:34 by jwe]
author | jwe |
---|---|
date | Tue, 15 Mar 2005 20:30:34 +0000 |
parents | eaa9fe7ddbf3 |
children | 996a08a3eb06 |
files | liboctave/ChangeLog liboctave/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2005-03-15 John W. Eaton <jwe@octave.org> + + * Makefile.in (MATRIX_INC): Remove oct-spparms.h from the list. + 2005-03-14 John W. Eaton <jwe@octave.org> * Makefile.in (DISTFILES): Don't include $(UMFPACK_EXTRAS).
--- a/liboctave/Makefile.in +++ b/liboctave/Makefile.in @@ -36,7 +36,7 @@ dNDArray.h dRowVector.h dbleAEPBAL.h dbleCHOL.h dbleDET.h \ dbleHESS.h dbleLU.h dbleQR.h dbleQRP.h dbleSCHUR.h dbleSVD.h \ boolSparse.h CSparse.h dSparse.h MSparse-defs.h MSparse.h \ - Sparse.h oct-spparms.h sparse-base-lu.h SparseCmplxLU.h \ + Sparse.h sparse-base-lu.h SparseCmplxLU.h \ SparsedbleLU.h Sparse-op-defs.h SparseType.h \ int8NDArray.h uint8NDArray.h int16NDArray.h uint16NDArray.h \ int32NDArray.h uint32NDArray.h int64NDArray.h uint64NDArray.h \