diff liboctave/DASSL-opts.in @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents c1f6200b5f0e
children 23b37da9fd5b
line wrap: on
line diff
--- a/liboctave/DASSL-opts.in	Wed Sep 22 02:18:13 2004 +0000
+++ b/liboctave/DASSL-opts.in	Wed Sep 22 02:50:36 2004 +0000
@@ -38,7 +38,8 @@
 The local error test applied at each integration step is
 
 @example
-  abs (local error in x(i)) <= rtol(i) * abs (Y(i)) + atol(i)
+  abs (local error in x(i))
+       <= rtol(i) * abs (Y(i)) + atol(i)
 @end example
   END_DOC_ITEM
   TYPE = "Array<double>"