Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 6018:bda649f500bd
[project @ 2006-10-02 17:23:18 by jwe]
author | jwe |
---|---|
date | Mon, 02 Oct 2006 17:23:19 +0000 |
parents | 49dfdb54bb2b |
children | 068e52f1c005 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2006-10-02 John W. Eaton <jwe@octave.org> + + * dbleDET.cc (DET::initialize2): Ensure arg to log10 is double. + * CmplxDET.cc (ComplexDET::initialize2): Likewise. + 2006-09-22 David Bateman <dbateman@free.fr> * MatrixType.h (MatrixType::MatrixType(const SparseComplexMatrix&)):