|
Bugzilla – Full Text Bug Listing |
| Summary: | There is a problem in the tutorial code | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | tarunumehta |
| Component: | examples | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | tomh |
| Priority: | P5 | ||
| Version: | ns-3.15 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: | modified file(Third.cc). | ||
|
Description
tarunumehta
2013-05-12 02:40:55 UTC
the CourseChange function must be added after the using namespace ns3; statement. I added this small clarification to the tutorial to try to avoid this in the future: -Just before the main program of the ``scratch/mythird.cc`` script, add the +Just before the main program of the ``scratch/mythird.cc`` script (i.e., +just after the ``NS_LOG_COMPONENT_DEFINE`` statement), add the |