--- a/src/node/random-topology.cc Wed Jul 18 17:45:35 2007 +0200
+++ b/src/node/random-topology.cc Wed Jul 18 17:45:53 2007 +0200
@@ -26,13 +26,13 @@
namespace ns3 {
static ClassIdDefaultValue
-g_position ("RandomTopologyType",
+g_position ("RandomTopologyPositionType",
"The type of initial random position in a 3d topology.",
RandomPosition::iid,
- "Rectangle");
+ "RandomRectanglePosition");
static ClassIdDefaultValue
-g_mobility ("RandomTopologyMobilityModelType",
+g_mobility ("RandomTopologyMobilityType",
"The type of mobility model attached to an object in a 3d topology.",
MobilityModel::iid,
"StaticMobilityModel");