changeset 6590:1f466adecafd

[project @ 2007-04-27 01:10:13 by jwe]
author jwe
date Fri, 27 Apr 2007 01:10:13 +0000
parents 1294fa07652b
children fc0218995ee7
files scripts/ChangeLog scripts/plot/contourc.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Thu Apr 26 20:36:42 2007 +0000
+++ b/scripts/ChangeLog	Fri Apr 27 01:10:13 2007 +0000
@@ -1,3 +1,7 @@
+2007-04-27  G. D. McBain  <geordie.mcbain@aeromech.usyd.edu.au>
+
+	* plot/contourc.m: Doc fix.
+
 2007-04-26  David Bateman  <dbateman@free.fr>
 
 	* plot/hist.m: Partially remove previous patch.
--- a/scripts/plot/contourc.m	Thu Apr 26 20:36:42 2007 +0000
+++ b/scripts/plot/contourc.m	Fri Apr 27 01:10:13 2007 +0000
@@ -18,7 +18,7 @@
 ## 02110-1301, USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {[@var{c}, @var{lev}] =}  contourc (@var{x}, @var{y}, @var{z}, @var{vv})
+## @deftypefn {Function File} {[@var{c}, @var{lev}] =}  contourc (@var{x}, @var{y}, @var{z}, @var{vn})
 ## Compute isolines (countour lines) of the matrix @var{z}. 
 ## Parameters @var{x}, @var{y} and @var{vn} are optional.
 ##