Bug 102 - mobility model renaming
: mobility model renaming
Status: RESOLVED FIXED
: ns-3
simulation core
: pre-release
: All All
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-11-08 04:22 EDT by
Modified: 2008-07-01 13:32 EDT (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2007-11-08 04:22:11 EDT
There is consensus that the MobilityModel methods should be renamed to:

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