diff scripts/general/del2.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents d1978e7364ad
children 693e22af08ae
line wrap: on
line diff
--- a/scripts/general/del2.m
+++ b/scripts/general/del2.m
@@ -44,16 +44,17 @@
 ## @end example
 ## @end ifnottex
 ##
-## For N-dimensional arrays the sum in parentheses is expanded to include second derivatives 
+## For N-dimensional arrays the sum in parentheses is expanded to include second
+## derivatives 
 ## over the additional higher dimensions.
 ##
 ## The spacing between evaluation points may be defined by @var{h}, which is a
 ## scalar defining the equidistant spacing in all dimensions.  Alternatively, 
-## the spacing in each dimension may be defined separately by @var{dx}, @var{dy},
-## etc.  A scalar spacing argument defines equidistant spacing, whereas a vector
-## argument can be used to specify variable spacing.  The length of the spacing vectors
-## must match the respective dimension of @var{m}.  The default spacing value
-## is 1.
+## the spacing in each dimension may be defined separately by @var{dx},
+## @var{dy}, etc.  A scalar spacing argument defines equidistant spacing, 
+## whereas a vector argument can be used to specify variable spacing.  The
+## length of the spacing vectors must match the respective dimension of
+## @var{m}.  The default spacing value is 1.
 ##
 ## At least 3 data points are needed for each dimension.  Boundary points are
 ## calculated from the linear extrapolation of interior points.