diff liboctave/CmplxCHOL.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/CmplxCHOL.cc	Sun Apr 20 09:04:47 2008 -0400
+++ b/liboctave/CmplxCHOL.cc	Sun Apr 20 09:50:22 2008 -0400
@@ -251,7 +251,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
     {
       ComplexMatrix chol_mat1 (n-1, n-1);