src/netanim/examples/star-animation.cc
changeset 7443 32635b529440
parent 7256 b04ba6772f8c
child 7476 2761997c72b2
--- a/src/netanim/examples/star-animation.cc	Wed Aug 17 12:31:34 2011 -0400
+++ b/src/netanim/examples/star-animation.cc	Wed Aug 17 12:52:06 2011 -0400
@@ -126,6 +126,8 @@
     {
       anim.SetOutputFile (animFile);
     }
+  // Uncomment the below statement to generate Animation trace in XML 
+  // anim.SetXMLOutput ();
   anim.StartAnimation ();
 
   NS_LOG_INFO ("Run Simulation.");