Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
CommWaitTransition mailbox is now valid
[simgrid.git] / src / surf / cpu_ti.hpp
index 2ab632906790b69670547a31440053023d0719ed..16dcd5f3dae983f3ca80bd1d061d60cdac006034 100644 (file)
@@ -47,7 +47,7 @@ class CpuTiTmgr {
     DYNAMIC /*< Dynamic, have an availability file */
   };
   Type type_ = Type::FIXED;
-  double value_; /*< Percentage of cpu speed available. Value fixed between 0 and 1 */
+  double value_ = 0.0; /*< Percentage of cpu speed available. Value fixed between 0 and 1 */
 
   /* Dynamic */
   double last_time_ = 0.0; /*< Integral interval last point (discrete time) */