changeset 1519:9476d5e099ea

[project @ 1995-10-04 03:50:46 by jwe]
author jwe
date Wed, 04 Oct 1995 03:50:46 +0000
parents 84bd88b8acee
children f07d425a9b04
files scripts/linear-algebra/null.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/null.m	Wed Oct 04 03:45:06 1995 +0000
+++ b/scripts/linear-algebra/null.m	Wed Oct 04 03:50:46 1995 +0000
@@ -44,7 +44,7 @@
 
   if (nargin == 1)
     tol = max (size (A)) * s (1) * eps;
-  else (nargin != 2)
+  elseif (nargin != 2)
     usage ("null (A [, tol])"); 
   endif