Bug 102

Summary: mobility model renaming
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: coreAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: pre-release   
Hardware: All   
OS: All   

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;
};