diff scripts/deprecated/delaunay3.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents scripts/geometry/delaunay3.m@446c46af4b42 scripts/geometry/delaunay3.m@ba167badef9f
children ebd27d8c63fd
line wrap: on
line diff
--- a/scripts/deprecated/delaunay3.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/deprecated/delaunay3.m	Tue Jan 20 10:24:46 2015 -0500
@@ -42,8 +42,8 @@
 ## The default options are @code{@{"Qt", "Qbb", "Qc", "Qz"@}}.
 ##
 ## If @var{options} is not present or @code{[]} then the default arguments are
-## used.  Otherwise, @var{options} replaces the default argument list. 
-## To append user options to the defaults it is necessary to repeat the 
+## used.  Otherwise, @var{options} replaces the default argument list.
+## To append user options to the defaults it is necessary to repeat the
 ## default arguments in @var{options}.  Use a null string to pass no arguments.
 ##
 ## @seealso{delaunay, delaunayn, convhull, voronoi, tetramesh}