diff -r caf9d364c6fc -r b991704f870f examples/mixed-wireless.cc --- a/examples/mixed-wireless.cc Tue Apr 22 21:19:39 2008 -0700 +++ b/examples/mixed-wireless.cc Tue Apr 22 22:08:53 2008 -0700 @@ -166,7 +166,7 @@ "Bounds", RectangleValue (Rectangle (0, 1000, 0, 1000)), "Speed", RandomVariableValue (ConstantVariable (2000)), "Pause", RandomVariableValue (ConstantVariable (0.2))); - mobility.Layout (backbone); + mobility.Install (backbone); /////////////////////////////////////////////////////////////////////////// // // @@ -275,7 +275,7 @@ "Bounds", RectangleValue (Rectangle (-25, 25, -25, 25)), "Speed", RandomVariableValue (ConstantVariable (30)), "Pause", RandomVariableValue (ConstantVariable (0.4))); - mobility.Layout (infra); + mobility.Install (infra); } /////////////////////////////////////////////////////////////////////////// // //