X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e5b7ca2bccfd542f49b069ef8239391ecadcbc55..1ca34b76da924ef9743ce07316d18e69ba45374f:/src/surf/cpu_ti.hpp diff --git a/src/surf/cpu_ti.hpp b/src/surf/cpu_ti.hpp index 4f70915a7f..c39ee4071c 100644 --- a/src/surf/cpu_ti.hpp +++ b/src/surf/cpu_ti.hpp @@ -128,8 +128,8 @@ public: void modified(bool modified); - CpuTiTgmr *speedIntegratedTrace_ = NULL;/*< Structure with data needed to integrate trace file */ - ActionTiList *actionSet_ = NULL; /*< set with all actions running on cpu */ + CpuTiTgmr *speedIntegratedTrace_ = nullptr;/*< Structure with data needed to integrate trace file */ + ActionTiList *actionSet_ = nullptr; /*< set with all actions running on cpu */ double sumPriority_ = 0; /*< the sum of actions' priority that are running on cpu */ double lastUpdate_ = 0; /*< last update of actions' remaining amount done */