changeset 24412:6e1d3ad32ed1 stable

doc: Fix documentation of third input to lsode() (bug #52664). * lsode.cc (Flsode): Rewrite documentation for third input t.
author Rik <rik@octave.org>
date Thu, 14 Dec 2017 14:38:33 -0800
parents a9be96afb39e
children 50bb53905f03
files libinterp/corefcn/lsode.cc
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/lsode.cc	Tue Dec 12 22:10:59 2017 -0600
+++ b/libinterp/corefcn/lsode.cc	Thu Dec 14 14:38:33 2017 -0800
@@ -238,8 +238,9 @@
 
 @end ifnottex
 
-The second and third arguments specify the initial state of the system,
-@math{x_0}, and the initial value of the independent variable @math{t_0}.
+The second argument specifies the initial state of the system @math{x_0}.  The
+third argument is a vector, @var{t}, specifying the time values for which a
+solution is sought.
 
 The fourth argument is optional, and may be used to specify a set of
 times that the ODE solver should not integrate past.  It is useful for