src/netanim/examples/dumbbell-animation.cc
changeset 8804 a9de94cf8bfa
parent 7564 642fa0627ba6
child 8966 060dba23e9bb
--- a/src/netanim/examples/dumbbell-animation.cc	Thu May 24 00:17:05 2012 -0400
+++ b/src/netanim/examples/dumbbell-animation.cc	Thu May 24 00:44:07 2012 -0400
@@ -100,9 +100,8 @@
   // Set up the acutal simulation
   Ipv4GlobalRoutingHelper::PopulateRoutingTables ();
 
-  std::cout << "Running the simulation" << std::endl;
   Simulator::Run ();
-  std::cout << "Destroying the simulation" << std::endl;
+  std::cout << "Animation Trace file created:" << animFile.c_str ()<< std::endl;
   Simulator::Destroy ();
   return 0;
 }