Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 7, 2017
1 parent 16310ff commit d7651ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/solvers/ode_solve.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7651ff

Please sign in to comment.