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) {
- Fixed Step Integrators |
+ Fixed Step Integrators |
Name | Order |
Euler | 1 |
Midpoint | 2 |
@@ -269,7 +269,7 @@ public int eventOccurred(double t, double[] y, boolean increasing) {