From 63ebe3e674eaca020578ed50ed15c8df94f292ae Mon Sep 17 00:00:00 2001 From: Tommaso Pecorella Date: Sat, 14 Dec 2013 10:13:57 +0100 Subject: [PATCH] [Doxygen] Clarify Simulator::Run() --- src/core/model/simulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/model/simulator.h b/src/core/model/simulator.h index 9e4b04959..9ab571ee0 100644 --- a/src/core/model/simulator.h +++ b/src/core/model/simulator.h @@ -109,8 +109,8 @@ public: /** * Run the simulation until one of: * - no events are present anymore - * - the user called Simulator::stop - * - the user called Simulator::stopAtUs and the + * - the user called Simulator::Stop() + * - the user called Simulator::Stop(Time const &time) and the * expiration time of the next event to be processed * is greater than or equal to the stop time. */