Bug 1514 - Typo
Typo
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: documentation
ns-3.15
All All
: P5 normal
Assigned To: Tom Henderson
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-17 10:01 UTC by César López Ramírez
Modified: 2012-10-21 19:06 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description César López Ramírez 2012-10-17 10:01:51 UTC
Here:
http://www.nsnam.org/docs/release/3.14/tutorial/singlehtml/index.html#udpechoclienthelper
appears:

echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.)));

it should appear:

echoClient.SetAttribute ("Interval", TimeValue (Seconds (1.0)));
Comment 1 Tom Henderson 2012-10-21 19:06:36 UTC
fixed in changeset: ede7a74e7411

I resolved this by making all tutorial references to TimeValue(1.) into TimeValue (1.0) in the code and documentation.