Mercurial > hg > octave-nkf
diff liboctave/dbleCHOL.cc @ 7725:7c9ba697a479
cosmetic fixes in QR & Cholesky updating codes
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Sun, 20 Apr 2008 09:50:22 -0400 |
parents | efccca5f2ad7 |
children | 25bc2d31e1bf |
line wrap: on
line diff
--- a/liboctave/dbleCHOL.cc +++ b/liboctave/dbleCHOL.cc @@ -255,7 +255,7 @@ octave_idx_type n = chol_mat.rows (); if (j < 0 || j > n-1) - (*current_liboctave_error_handler) ("CHOL insert index out of range"); + (*current_liboctave_error_handler) ("CHOL delete index out of range"); else { Matrix chol_mat1 (n-1, n-1);