diff src/DLD-FUNCTIONS/dasrt.cc @ 4852:404c7122853e

[project @ 2004-04-06 17:23:37 by jwe]
author jwe
date Tue, 06 Apr 2004 17:25:59 +0000
parents 12b6fbd57436
children 23b37da9fd5b
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/dasrt.cc	Tue Apr 06 17:14:17 2004 +0000
+++ b/src/DLD-FUNCTIONS/dasrt.cc	Tue Apr 06 17:25:59 2004 +0000
@@ -215,14 +215,14 @@
 @deftypefn {Loadable Function} {[@var{x}, @var{xdot}, @var{t_out}, @var{istat}, @var{msg}] =} dasrt (@var{fcn} [, @var{g}], @var{x_0}, @var{xdot_0}, @var{t} [, @var{t_crit}])\n\
 Solve the set of differential-algebraic equations\n\
 @tex\n\
-$$ 0 = f (\\dot{x}, x, t) $$\n\
+$$ 0 = f (x, \\dot{x}, t) $$\n\
 with\n\
 $$ x(t_0) = x_0, \\dot{x}(t_0) = \\dot{x}_0 $$\n\
 @end tex\n\
 @ifinfo\n\
 \n\
 @example\n\
-0 = f (xdot, x, t)\n\
+0 = f (x, xdot, t)\n\
 @end example\n\
 \n\
 with\n\
@@ -301,7 +301,7 @@
 will attempt to stop the integration at the point of the sign change.\n\
 \n\
 If the name of the constraint function is omitted, @code{dasrt} solves\n\
-the saem problem as @code{daspk} or @code{dassl}.\n\
+the same problem as @code{daspk} or @code{dassl}.\n\
 \n\
 Note that because of numerical errors in the constraint functions\n\
 due to roundoff and integration error, @sc{Dasrt} may return false\n\