diff src/DLD-FUNCTIONS/lsode.cc @ 9064:7c02ec148a3c

Check grammar on all .cc files Same check as previously done on .m files Attempt to enforce some conformity in documentation text for rules such as two spaces after a period, commas around latin abbreviations, etc.
author Rik <rdrider0-list@yahoo.com>
date Sat, 28 Mar 2009 13:57:22 -0700
parents eb63fbe60fab
children 8970b4b10e9f
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/lsode.cc	Mon Mar 30 19:48:56 2009 -0400
+++ b/src/DLD-FUNCTIONS/lsode.cc	Sat Mar 28 13:57:22 2009 -0700
@@ -174,9 +174,11 @@
 @ifnottex\n\
 \n\
 @example\n\
+@group\n\
 dx\n\
 -- = f(x, t)\n\
 dt\n\
+@end group\n\
 @end example\n\
 \n\
 with\n\
@@ -233,6 +235,7 @@
 @ifnottex\n\
 \n\
 @example\n\
+@group\n\
              | df_1  df_1       df_1 |\n\
              | ----  ----  ...  ---- |\n\
              | dx_1  dx_2       dx_N |\n\
@@ -248,6 +251,7 @@
              | df_N  df_N       df_N |\n\
              | ----  ----  ...  ---- |\n\
              | dx_1  dx_2       dx_N |\n\
+@end group\n\
 @end example\n\
 \n\
 @end ifnottex\n\