Mercurial > hg > octave-nkf
diff liboctave/ChangeLog @ 8028:f0fbf47c914c
avoid null pointer call in Array<T>::hermitian
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sat, 09 Aug 2008 23:33:03 +0200 |
parents | 9708674ab85d |
children | 090001c04619 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-08-11 Jaroslav Hajek <highegg@gmail.com> + + * Array.cc (no_op_fcn): New static function. + (Array<T>::hermitian): If fcn is null, set to no_op_fcn. + 2008-08-07 John W. Eaton <jwe@octave.org> * sprse-base-chol.h, oct-sparse.h: Don't include config.h.