diff scripts/plot/meshdom.m @ 6046:34f96dd5441b

[project @ 2006-10-10 16:10:25 by jwe]
author jwe
date Tue, 10 Oct 2006 16:10:31 +0000
parents 4c8a2e4e0717
children
line wrap: on
line diff
--- a/scripts/plot/meshdom.m
+++ b/scripts/plot/meshdom.m
@@ -38,7 +38,7 @@
       error ("meshdom: arguments must be vectors");
     endif
   else
-    usage ("[xx, yy] = meshdom (x, y)");
+    print_usage ();
   endif
 
 endfunction