From: Martin Quinson Date: Tue, 8 Jan 2019 07:21:45 +0000 (+0100) Subject: tiny doc improvement X-Git-Tag: v3_22~649 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8f1ee3e1004fed6acef03da662a0590da900a7d8 tiny doc improvement --- 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();