diff scripts/linear-algebra/condest.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents 994e2a93a8e2
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/linear-algebra/condest.m
+++ b/scripts/linear-algebra/condest.m
@@ -144,7 +144,7 @@
           have_t = true;
         endif
       else
-        error ("condest: must supply both solve and solve_t");
+        error ("condest: must supply both SOLVE and SOLVE_T");
       endif
     endif
   elseif (nargin > 4)