comparison scripts/general/nargchk.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents d65b33e55d40
children eb63fbe60fab
comparison
equal deleted inserted replaced
8663:4238f2600a17 8664:e07e93c04080
59 if (isempty (msg.message)) 59 if (isempty (msg.message))
60 msg = struct ([]); 60 msg = struct ([]);
61 endif 61 endif
62 ## FIXME: remove the error below if error is modified to accept 62 ## FIXME: remove the error below if error is modified to accept
63 ## struct inputs 63 ## struct inputs
64 error ("nargchk: error does not yet support struct inputs") 64 error ("nargchk: error does not yet support struct inputs");
65 endif 65 endif
66 66
67 endfunction 67 endfunction
68 68
69 ## Tests 69 ## Tests