Thierry Dumont пре 8 месеци
родитељ
комит
d81c52be87
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      time_mes.hpp

+ 2 - 1
time_mes.hpp

@@ -1,7 +1,8 @@
 #ifndef TIME_MES_HPP
 #ifndef TIME_MES_HPP
 #define TIME_MES_HPP
 #define TIME_MES_HPP
 #include <sys/time.h>
 #include <sys/time.h>
-// renvoie l'heure courante en secondes (pécision : micro seconde)
+// renvoie l'heure courante en secondes (pécision : micro seconde) résultat
+// en float double.
 double get_time() {
 double get_time() {
   struct timeval tv;
   struct timeval tv;
   gettimeofday(&tv,0);
   gettimeofday(&tv,0);