2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-26 06:42:23 +00:00

Merge pull request #127 from ddemidov/master

Typo in chaotic system tutorial
This commit is contained in:
Mario Mulansky
2014-05-02 21:13:24 +02:00

View File

@@ -135,7 +135,7 @@ int system_length = 3;
rk4( x , system_length , t , dt , lorenz );
``
But odeint supports a similar and much more sophisticated concept: __boost_range. To make the steppers and the system ready to work with __boost_range the system has to by changed:
But odeint supports a similar and much more sophisticated concept: __boost_range. To make the steppers and the system ready to work with __boost_range the system has to be changed:
[system_function_without_perturbations]