Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prepare for next NS3 release
[simgrid.git] / src / surf / cpu_ti.hpp
index c84ee89..16dcd5f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2013-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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) */