# HG changeset patch # User dbateman # Date 1194396166 0 # Node ID a67d30883ee0dbc0ffa06ecc06d19ebba96ad655 # Parent a018c140f8aa7114fff3c9e75e2804a07ada0525 [project @ 2007-11-07 00:42:46 by dbateman] diff -r a018c140f8aa -r a67d30883ee0 scripts/plot/surface.m --- 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)))