diff scripts/linear-algebra/normest.m @ 11113:a8ac114ec9ab

Stylefixes, replace end by endif.
author Thorsten Meyer <thorsten.meyier@gmx.de>
date Mon, 18 Oct 2010 20:40:12 +0200
parents c69252eb2f2b
children eb9e0b597d61
line wrap: on
line diff
--- a/scripts/linear-algebra/normest.m	Mon Oct 18 14:33:03 2010 -0400
+++ b/scripts/linear-algebra/normest.m	Mon Oct 18 20:40:12 2010 +0200
@@ -66,7 +66,7 @@
       x = rand (ncols, 1);
     else
       x = x / normx;
-    end
+    endif
     y = A' * x;
     n = norm (y);
     c += 1;