changeset 4117:944b276d8856

[project @ 2002-10-23 01:06:46 by jwe]
author jwe
date Wed, 23 Oct 2002 01:06:46 +0000
parents 644c20b7b9e1
children eb68fe7e78d1
files src/DLD-FUNCTIONS/daspk.cc src/DLD-FUNCTIONS/dasrt.cc src/DLD-FUNCTIONS/dassl.cc src/DLD-FUNCTIONS/lsode.cc src/DLD-FUNCTIONS/odessa.cc
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/daspk.cc	Wed Oct 23 00:19:23 2002 +0000
+++ b/src/DLD-FUNCTIONS/daspk.cc	Wed Oct 23 01:06:46 2002 +0000
@@ -182,7 +182,7 @@
 \n\
 If @var{fcn} is a two-element string array, the first element names\n\
 the function @math{f} described above, and the second element names\n\
-a function to compute the modified Jacobian
+a function to compute the modified Jacobian\n\
 \n\
 @tex\n\
 $$\n\
--- a/src/DLD-FUNCTIONS/dasrt.cc	Wed Oct 23 00:19:23 2002 +0000
+++ b/src/DLD-FUNCTIONS/dasrt.cc	Wed Oct 23 01:06:46 2002 +0000
@@ -285,7 +285,7 @@
 \n\
 If @var{fcn} is a two-element string array, the first element names\n\
 the function @math{f} described above, and the second element names\n\
-a function to compute the modified Jacobian
+a function to compute the modified Jacobian\n\
 \n\
 @tex\n\
 $$\n\
@@ -324,7 +324,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}.
+the saem 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\
--- a/src/DLD-FUNCTIONS/dassl.cc	Wed Oct 23 00:19:23 2002 +0000
+++ b/src/DLD-FUNCTIONS/dassl.cc	Wed Oct 23 01:06:46 2002 +0000
@@ -249,7 +249,7 @@
 \n\
 If @var{fcn} is a two-element string array, the first element names\n\
 the function @math{f} described above, and the second element names\n\
-a function to compute the modified Jacobian
+a function to compute the modified Jacobian\n\
 \n\
 @tex\n\
 $$\n\
--- a/src/DLD-FUNCTIONS/lsode.cc	Wed Oct 23 00:19:23 2002 +0000
+++ b/src/DLD-FUNCTIONS/lsode.cc	Wed Oct 23 01:06:46 2002 +0000
@@ -172,7 +172,7 @@
 @example\n\
 dx\n\
 -- = f(x, t)\n\
-dt
+dt\n\
 @end example\n\
 \n\
 with\n\
--- a/src/DLD-FUNCTIONS/odessa.cc	Wed Oct 23 00:19:23 2002 +0000
+++ b/src/DLD-FUNCTIONS/odessa.cc	Wed Oct 23 01:06:46 2002 +0000
@@ -322,7 +322,7 @@
 \n\
 in which the first element names the function @math{f} described\n\
 above, the second element names a function to compute the Jacobian\n\
-of @math{f}, and the third element names a function to compute the\n
+of @math{f}, and the third element names a function to compute the\n\
 inhomogeneity matrix.\n\
 \n\
 The Jacobian function must have the form\n\