comparison src/DLD-FUNCTIONS/lsode.cc @ 10840:89f4d7e294cc

Grammarcheck .cc files
author Rik <octave@nomad.inbox5.com>
date Sat, 31 Jul 2010 11:18:11 -0700
parents d0ce5e973937
children a4f482e66b65
comparison
equal deleted inserted replaced
10839:65bc065bec95 10840:89f4d7e294cc
258 times that the ODE solver should not integrate past. It is useful for\n\ 258 times that the ODE solver should not integrate past. It is useful for\n\
259 avoiding difficulties with singularities and points where there is a\n\ 259 avoiding difficulties with singularities and points where there is a\n\
260 discontinuity in the derivative.\n\ 260 discontinuity in the derivative.\n\
261 \n\ 261 \n\
262 After a successful computation, the value of @var{istate} will be 2\n\ 262 After a successful computation, the value of @var{istate} will be 2\n\
263 (consistent with the Fortran version of @sc{Lsode}).\n\ 263 (consistent with the Fortran version of @sc{lsode}).\n\
264 \n\ 264 \n\
265 If the computation is not successful, @var{istate} will be something\n\ 265 If the computation is not successful, @var{istate} will be something\n\
266 other than 2 and @var{msg} will contain additional information.\n\ 266 other than 2 and @var{msg} will contain additional information.\n\
267 \n\ 267 \n\
268 You can use the function @code{lsode_options} to set optional\n\ 268 You can use the function @code{lsode_options} to set optional\n\