comparison src/DLD-FUNCTIONS/dasrt.cc @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 89f4d7e294cc
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
219 \n\ 219 \n\
220 @example\n\ 220 @example\n\
221 0 = f (x, xdot, t)\n\ 221 0 = f (x, xdot, t)\n\
222 @end example\n\ 222 @end example\n\
223 \n\ 223 \n\
224 @noindent\n\
224 with\n\ 225 with\n\
225 \n\ 226 \n\
226 @example\n\ 227 @example\n\
227 x(t_0) = x_0, xdot(t_0) = xdot_0\n\ 228 x(t_0) = x_0, xdot(t_0) = xdot_0\n\
228 @end example\n\ 229 @end example\n\
295 \n\ 296 \n\
296 @example\n\ 297 @example\n\
297 @var{g_out} = g (@var{x}, @var{t})\n\ 298 @var{g_out} = g (@var{x}, @var{t})\n\
298 @end example\n\ 299 @end example\n\
299 \n\ 300 \n\
301 @noindent\n\
300 and return a vector of the constraint function values.\n\ 302 and return a vector of the constraint function values.\n\
301 If the value of any of the constraint functions changes sign, @sc{dasrt}\n\ 303 If the value of any of the constraint functions changes sign, @sc{dasrt}\n\
302 will attempt to stop the integration at the point of the sign change.\n\ 304 will attempt to stop the integration at the point of the sign change.\n\
303 \n\ 305 \n\
304 If the name of the constraint function is omitted, @code{dasrt} solves\n\ 306 If the name of the constraint function is omitted, @code{dasrt} solves\n\