X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02dd785d0212ccd8376c2ce4fd931942232fcafb..831de10adaaf8910940aa280e2ac2dd075b5ffe5:/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 */