changeset 7114:a67d30883ee0

[project @ 2007-11-07 00:42:46 by dbateman]
author dbateman
date Wed, 07 Nov 2007 00:42:46 +0000
parents a018c140f8aa
children 926fc75fb02e
files scripts/plot/surface.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/surface.m	Wed Nov 07 00:28:01 2007 +0000
+++ b/scripts/plot/surface.m	Wed Nov 07 00:42:46 2007 +0000
@@ -69,7 +69,7 @@
         x = x(:)';
         y = y(:);
       else
-        error ("surface: rows (z) must be the same as length (y) and columns (z) must be the same as length (x)"
+        error ("surface: rows (z) must be the same as length (y) and columns (z) must be the same as length (x)");
       endif
     elseif (ismatrix (x) && ismatrix (y) && ismatrix (z))
       if (! (size_equal (x, y) && size_equal (x, z)))