From 61672f39a8b2a3dcb3a3cfa86acb4560cd868d87 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Sun, 26 Jul 2009 07:25:19 -0700 Subject: [PATCH] Fix first.py example --- examples/first.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/first.py b/examples/first.py index af8c6f5ba..fbd823785 100644 --- a/examples/first.py +++ b/examples/first.py @@ -18,8 +18,6 @@ import ns3 ns3.LogComponentEnable("UdpEchoClientApplication", ns3.LOG_LEVEL_INFO) ns3.LogComponentEnable("UdpEchoServerApplication", ns3.LOG_LEVEL_INFO) -ns3.RandomVariable.UseGlobalSeed(1, 1, 2, 3, 5, 8) - nodes = ns3.NodeContainer() nodes.Create(2)