Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize some fields
[simgrid.git] / src / surf / surf_interface.hpp
index f48310d..b9f27ee 100644 (file)
@@ -203,7 +203,7 @@ public:
 protected:
   ActionLmmListPtr p_modifiedSet;
   lmm_system_t p_maxminSystem;
-  e_UM_t p_updateMechanism;
+  e_UM_t p_updateMechanism = UM_UNDEFINED;
   int m_selectiveUpdate;
   xbt_heap_t p_actionHeap;