From d32fcb8d7376d9b6c1f5315f38491bb1f3d12bc0 Mon Sep 17 00:00:00 2001 From: Denis Demidov Date: Fri, 2 May 2014 21:58:29 +0400 Subject: [PATCH] Typo in chaotic system tutorial --- doc/tutorial_chaotic_system.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial_chaotic_system.qbk b/doc/tutorial_chaotic_system.qbk index 8dda44a7..23be5677 100644 --- a/doc/tutorial_chaotic_system.qbk +++ b/doc/tutorial_chaotic_system.qbk @@ -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]