fixed units in description of RandomWalk2dMobilityModel::Direction

This commit is contained in:
Nicola Baldo
2014-10-09 15:41:34 +02:00
parent 013d328e7d
commit 455db9e086

View File

@@ -62,7 +62,7 @@ RandomWalk2dMobilityModel::GetTypeId (void)
MakeEnumChecker (RandomWalk2dMobilityModel::MODE_DISTANCE, "Distance",
RandomWalk2dMobilityModel::MODE_TIME, "Time"))
.AddAttribute ("Direction",
"A random variable used to pick the direction (gradients).",
"A random variable used to pick the direction (radiants).",
StringValue ("ns3::UniformRandomVariable[Min=0.0|Max=6.283184]"),
MakePointerAccessor (&RandomWalk2dMobilityModel::m_direction),
MakePointerChecker<RandomVariableStream> ())