diff scripts/geometry/delaunayn.m @ 11563:3c6e8aaa9555

Grammarcheck m-files before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Tue, 18 Jan 2011 20:55:01 -0800
parents fd0a3ac60b0e
children c792872f8942
line wrap: on
line diff
--- a/scripts/geometry/delaunayn.m	Mon Jan 17 20:18:07 2011 -0800
+++ b/scripts/geometry/delaunayn.m	Tue Jan 18 20:55:01 2011 -0800
@@ -27,7 +27,7 @@
 ## points in a space of dimension dim.  The return matrix @var{t} has the
 ## size @code{[m, dim+1]}.  It contains for each row a set of indices to
 ## the points, which describes a simplex of dimension dim.  For example,
-## a 2d simplex is a triangle and 3d simplex is a tetrahedron.
+## a 2-D simplex is a triangle and 3-D simplex is a tetrahedron.
 ## 
 ## Extra options for the underlying Qhull command can be specified by the
 ## second argument.  This argument is a cell array of strings.  The default