diff scripts/general/curl.m @ 11575:d6619410e79c

Spellcheck documentation before 3.4 release.
author Rik <octave@nomad.inbox5.com>
date Wed, 19 Jan 2011 21:16:13 -0800
parents 3c6e8aaa9555
children c792872f8942
line wrap: on
line diff
--- a/scripts/general/curl.m
+++ b/scripts/general/curl.m
@@ -44,7 +44,7 @@
 ## for two-dimensional input.  For three-dimensional input the scalar
 ## rotation is calculated at each grid point in direction of the vector field
 ## at that point.
-## @seealso{divergence, gradient, del2}
+## @seealso{divergence, gradient, del2, cross, dot}
 ## @end deftypefn
 
 ## Author: Kai Habel <kai.habel@gmx.de>
@@ -154,4 +154,4 @@
 %! [cz,av] = curl(X/2,Y/2,2*(X-Y),Y);
 %! assert(all(cz(:)==4));
 %! assert(all(av(:)==2));
-%! assert(size_equal(X,Y,cz,av));
\ No newline at end of file
+%! assert(size_equal(X,Y,cz,av));