diff scripts/plot/surface.m @ 12819:66af8b914607

codesprint: Add comment for dummy test in surface.m, Fix typo in wavread.m
author Kai Habel <kai.habel@gmx.de>
date Sat, 16 Jul 2011 21:40:20 +0200
parents e3e6079039c6
children cd808de114c1
line wrap: on
line diff
--- a/scripts/plot/surface.m
+++ b/scripts/plot/surface.m
@@ -156,4 +156,6 @@
 
 endfunction
 
-%!assert (1)
\ No newline at end of file
+## Mark file as being tested.  Tests for surface are in
+## surf.m, surfc.m, surfl.m, and pcolor.m
+%!assert(1)