--- a/src/netanim/examples/dumbbell-animation.cc Sun May 22 21:57:24 2011 -0700
+++ b/src/netanim/examples/dumbbell-animation.cc Sun May 22 22:28:15 2011 -0700
@@ -77,9 +77,9 @@
// Install on/off app on all right side nodes
OnOffHelper clientHelper ("ns3::UdpSocketFactory", Address ());
clientHelper.SetAttribute
- ("OnTime", RandomVariableValue (UniformVariable (0, 1)));
+ ("OnTime", RandomVariableValue (UniformVariable (0, 1)));
clientHelper.SetAttribute
- ("OffTime", RandomVariableValue (UniformVariable (0, 1)));
+ ("OffTime", RandomVariableValue (UniformVariable (0, 1)));
ApplicationContainer clientApps;
for (uint32_t i = 0; i < d.RightCount (); ++i)