diff scripts/plot/cylinder.m @ 11472:1740012184f9

Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
author Rik <octave@nomad.inbox5.com>
date Sun, 09 Jan 2011 21:33:04 -0800
parents 693e22af08ae
children fd0a3ac60b0e
line wrap: on
line diff
--- a/scripts/plot/cylinder.m	Sun Jan 09 16:01:05 2011 -0800
+++ b/scripts/plot/cylinder.m	Sun Jan 09 21:33:04 2011 -0800
@@ -65,7 +65,7 @@
   endif
 
   if (length (r) < 2)
-    error ("cylinder: length(r) must be larger than 2")
+    error ("cylinder: length(R) must be larger than 2")
   endif
 
   phi = linspace (0, 2*pi, n+1);