--- 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;
}