From 8f1ee3e1004fed6acef03da662a0590da900a7d8 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 8 Jan 2019 08:21:45 +0100 Subject: [PATCH] tiny doc improvement --- include/simgrid/s4u/Engine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/simgrid/s4u/Engine.hpp b/include/simgrid/s4u/Engine.hpp index 956f5dbcfd..54874d3a8c 100644 --- a/include/simgrid/s4u/Engine.hpp +++ b/include/simgrid/s4u/Engine.hpp @@ -39,7 +39,7 @@ public: /** @brief Run the simulation */ void run(); - /** @brief Retrieve the simulation time */ + /** @brief Retrieve the simulation time (in seconds) */ static double get_clock(); /** @brief Retrieve the engine singleton */ static s4u::Engine* get_instance(); -- 2.20.1