diff scripts/linear-algebra/gmres.m @ 13174:bd2cd4fd3edf stable

maint: use specific endif, endfor tokens instead of simple end * gmres.m, getappdata.m, setappdata.m, axis.m: Use specific endif, endfor tokens instead of simple end.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Sep 2011 15:33:10 -0400
parents 13bcd62824a7
children
line wrap: on
line diff
--- a/scripts/linear-algebra/gmres.m	Tue Sep 20 12:25:02 2011 -0700
+++ b/scripts/linear-algebra/gmres.m	Tue Sep 20 15:33:10 2011 -0400
@@ -76,7 +76,7 @@
 
   if (nargin < 2 || nargin > 8)
     print_usage ();    
-  end
+  endif
       
   if (ischar (A))
     Ax = str2func (A);