From 988bc1065494d10822a2365408ac46f1dccc678b Mon Sep 17 00:00:00 2001 From: scipio Date: Thu, 22 Feb 2007 01:16:10 +0000 Subject: [PATCH] Fix it to boot 5 rather than 10 nodes, following the text. --- doc/html/tutorial/lesson11.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/tutorial/lesson11.html b/doc/html/tutorial/lesson11.html index 7d9cf460..8b7f3649 100644 --- a/doc/html/tutorial/lesson11.html +++ b/doc/html/tutorial/lesson11.html @@ -931,7 +931,7 @@ for line in lines: elif (s[0] == "noise"): r.setNoise(int(s[1]), float(s[2]), float(s[3])) -for i in range (0, 9): +for i in range (0, 4): m = t.getNode(i) m.bootAtTime(randint(1000, 2000) * 1000000) -- 2.39.2