Fix first.py example
authorTom Henderson <tomh@tomh.org>
Sun Jul 26 07:25:19 2009 -0700 (6 months ago)
changeset 47146cd5056a8fe0
parent 4713 ca8cbdd42786
child 4715 637b9cacd0b5
Fix first.py example
examples/first.py
     1.1 --- a/examples/first.py	Fri Jul 24 07:04:29 2009 -0700
     1.2 +++ b/examples/first.py	Sun Jul 26 07:25:19 2009 -0700
     1.3 @@ -18,8 +18,6 @@
     1.4  ns3.LogComponentEnable("UdpEchoClientApplication", ns3.LOG_LEVEL_INFO)
     1.5  ns3.LogComponentEnable("UdpEchoServerApplication", ns3.LOG_LEVEL_INFO)
     1.6  
     1.7 -ns3.RandomVariable.UseGlobalSeed(1, 1, 2, 3, 5, 8)
     1.8 -
     1.9  nodes = ns3.NodeContainer()
    1.10  nodes.Create(2)
    1.11