From 6191949f89d22fb04318f2ccc5a6b274939cfd5e Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sat, 2 Nov 2013 21:03:57 +0000 Subject: [PATCH] Fix font size. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1538283 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/userguide/ode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml index aa034ca5e..bf8a19a02 100644 --- a/src/site/xdoc/userguide/ode.xml +++ b/src/site/xdoc/userguide/ode.xml @@ -258,7 +258,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) {

- + @@ -269,7 +269,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) {

Fixed Step Integrators
Fixed Step Integrators
NameOrder
Euler1
Midpoint2
- +
Adaptive Stepsize Integrators
Adaptive Stepsize Integrators
NameIntegration OrderError Estimation Order
Higham and Hall54
Dormand-Prince 5(4)54