equal
deleted
inserted
replaced
86 AnimationInterface anim (animFile); |
86 AnimationInterface anim (animFile); |
87 |
87 |
88 // Set up the actual simulation |
88 // Set up the actual simulation |
89 Ipv4GlobalRoutingHelper::PopulateRoutingTables (); |
89 Ipv4GlobalRoutingHelper::PopulateRoutingTables (); |
90 |
90 |
91 std::cout << "Running the simulation" << std::endl; |
|
92 Simulator::Run (); |
91 Simulator::Run (); |
93 std::cout << "Destroying the simulation" << std::endl; |
|
94 Simulator::Destroy (); |
92 Simulator::Destroy (); |
95 std::cout << "Stopping the animation" << std::endl; |
|
96 anim.StopAnimation (); |
|
97 return 0; |
93 return 0; |
98 } |
94 } |