From d7651ffe5951aa2a9ca0796fada7c4d97f2dcba9 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Thu, 6 Jul 2017 23:31:01 -0700 Subject: [PATCH] fix space --- docs/src/solvers/ode_solve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/solvers/ode_solve.md b/docs/src/solvers/ode_solve.md index d176358468..c4d8d95b42 100644 --- a/docs/src/solvers/ode_solve.md +++ b/docs/src/solvers/ode_solve.md @@ -27,7 +27,7 @@ Order 9 interpolant. If you need extremely high accuracy (`<1e-30`?) and do not need an interpolant, try the `Feagin12` or `Feagin14` methods. Note that the Feagin methods are the only high-order optimized methods which do not include a high-order interpolant (they do include a 3rd order Hermite interpolation if -needed).Note that these high order RK methods are more robust than the high order +needed). Note that these high order RK methods are more robust than the high order Adams-Bashforth methods to discontinuities and achieve very high precision, and are much more efficient than the extrapolation methods. However, the `CVODE_Adams` method can be a good choice for high accuracy when the system of equations is