NetAnim: Remove obsolete usage

This commit is contained in:
John Abraham
2012-05-24 03:02:51 -04:00
parent 92e4976d52
commit ee4bc21140

View File

@@ -88,11 +88,7 @@ int main (int argc, char *argv[])
// Set up the actual simulation
Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
std::cout << "Running the simulation" << std::endl;
Simulator::Run ();
std::cout << "Destroying the simulation" << std::endl;
Simulator::Destroy ();
std::cout << "Stopping the animation" << std::endl;
anim.StopAnimation ();
return 0;
}