Bugzilla – Bug 1698
mobility.SetPositionAllocator misses prefix "ns3::"
Last modified: 2013-07-09 09:16:04 UTC
http://www.nsnam.org/docs/release/3.17/manual/html/attributes.html#setting-through-constructors-helper-classes : mobility.SetPositionAllocator ("GridPositionAllocator", "MinX", DoubleValue (-100.0), "MinY", DoubleValue (-100.0), "DeltaX", DoubleValue (5.0), "DeltaY", DoubleValue (20.0), "GridWidth", UintegerValue (20), "LayoutType", StringValue ("RowFirst")); according to src/mobility/examples/main-grid-topology.cc,the first line should be: mobility.SetPositionAllocator ("ns3::GridPositionAllocator",
fixed in 9912:d59302c89378