| changeset 3174 | efeb6e5c276d |
| parent 3137 | fbd18f80a77a |
| child 3257 | ba198dad54a2 |
| child 3888 | a15618dcd0eb |
--- a/examples/mixed-wireless.cc Thu May 29 09:34:47 2008 +0100 +++ b/examples/mixed-wireless.cc Thu May 29 11:45:57 2008 +0100 @@ -358,7 +358,7 @@ /////////////////////////////////////////////////////////////////////////// NS_LOG_INFO ("Run Simulation."); - Simulator::StopAt (Seconds (stopTime)); + Simulator::Stop (Seconds (stopTime)); Simulator::Run (); Simulator::Destroy (); }