changeset 163 | 2a7e05018eeb |
parent 162 | 5b398ac221c7 |
child 189 | fcfc2247da10 |
--- a/utils/bench-simulator.cc Tue Nov 21 15:50:09 2006 +0100 +++ b/utils/bench-simulator.cc Tue Nov 21 15:53:32 2006 +0100 @@ -103,7 +103,7 @@ m_current = m_distribution.begin (); } if (gDebug) { - std::cerr << "event at " << Simulator::Now ().ApproximateToSeconds () << "s" << std::endl; + std::cerr << "event at " << Simulator::Now ().GetSeconds () << "s" << std::endl; } Simulator::Schedule (NanoSeconds (*m_current), &Bench::Cb, this); m_current++;