comparison src/DLD-FUNCTIONS/dasrt.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
comparison
equal deleted inserted replaced
9063:a6cf0ad87eee 9064:7c02ec148a3c
273 $$\n\ 273 $$\n\
274 @end tex\n\ 274 @end tex\n\
275 @ifnottex\n\ 275 @ifnottex\n\
276 \n\ 276 \n\
277 @example\n\ 277 @example\n\
278 @group\n\
278 df df\n\ 279 df df\n\
279 jac = -- + c ------\n\ 280 jac = -- + c ------\n\
280 dx d xdot\n\ 281 dx d xdot\n\
282 @end group\n\
281 @end example\n\ 283 @end example\n\
282 \n\ 284 \n\
283 @end ifnottex\n\ 285 @end ifnottex\n\
284 \n\ 286 \n\
285 The modified Jacobian function must have the form\n\ 287 The modified Jacobian function must have the form\n\
286 \n\ 288 \n\
287 @example\n\ 289 @example\n\
290 @group\n\
288 \n\ 291 \n\
289 @var{jac} = j (@var{x}, @var{xdot}, @var{t}, @var{c})\n\ 292 @var{jac} = j (@var{x}, @var{xdot}, @var{t}, @var{c})\n\
290 \n\ 293 \n\
294 @end group\n\
291 @end example\n\ 295 @end example\n\
292 \n\ 296 \n\
293 The optional second argument names a function that defines the\n\ 297 The optional second argument names a function that defines the\n\
294 constraint functions whose roots are desired during the integration.\n\ 298 constraint functions whose roots are desired during the integration.\n\
295 This function must have the form\n\ 299 This function must have the form\n\