Bug 102 - mobility model renaming
mobility model renaming
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: core
pre-release
All All
: P3 normal
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-11-08 04:22 UTC by Mathieu Lacage
Modified: 2008-07-01 13:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2007-11-08 04:22:11 UTC
There is consensus that the MobilityModel methods should be renamed to:

class MobilityModel
{
  Vector GetPosition (void) const;
  Vector GetVelocity (void) const;
};