changeset 32885:a7ea1176d3a3 stable

quad2d.m: Correct docstring statement on default value of 'vectorized' option * scripts/general/quad2d.m: Correct 'vectorized' option description to indicate that the default state is TRUE not FALSE.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 30 Jan 2024 20:02:05 -0500
parents 9034521f154f
children 2da9214df7a4
files scripts/general/quad2d.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/quad2d.m	Tue Jan 30 19:38:58 2024 +0100
+++ b/scripts/general/quad2d.m	Tue Jan 30 20:02:05 2024 -0500
@@ -61,7 +61,7 @@
 ##
 ## @item Vectorized
 ## Option to disable vectorized integration, forcing Octave to use only scalar
-## inputs when calling the integrand.  The default value is @var{false}.
+## inputs when calling the integrand.  The default value is @var{true}.
 ##
 ## @item FailurePlot
 ## If @code{quad2d} fails to converge to the desired error tolerance before