author | John Abraham <john.abraham@gatech.edu> |
Fri, 19 Aug 2011 12:46:14 -0400 | |
changeset 7458 | fe173cd3652b |
parent 7457 | 78abe5c36046 |
child 7459 | 167fc2274f53 |
--- a/src/netanim/examples/dumbbell-animation.cc Thu Aug 18 22:04:58 2011 -0700 +++ b/src/netanim/examples/dumbbell-animation.cc Fri Aug 19 12:46:14 2011 -0400 @@ -118,7 +118,5 @@ Simulator::Run (); std::cout << "Destroying the simulation" << std::endl; Simulator::Destroy (); - std::cout << "Stopping the animation" << std::endl; - anim.StopAnimation (); return 0; }