Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 3334:5187390bfde6
[project @ 1999-11-03 20:41:16 by jwe]
author | jwe |
---|---|
date | Wed, 03 Nov 1999 20:41:16 +0000 |
parents | 15cddaacbc2d |
children | 08ad797989f8 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +1999-11-03 John W. Eaton <jwe@bevo.che.wisc.edu> + + * dbleSCHUR.cc (SCHUR::init): IWORK is always referenced by dgeesx. + Don't forget to pass length of third string argument to dgeesx. + + * CmplxSCHUR.cc (ComplexSCHUR::init): Don't forget to pass length + of third string argument to zgeesx. + 1999-11-02 John W. Eaton <jwe@bevo.che.wisc.edu> * DiagArray2.cc (DiagArray2<T>::operator () (int, int)):