X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b22458ee5669d0dde5c92dfd91c12cb9f0b59f5..1aaf3e3fc120f9434c692f1c49d03a00b24e55a1:/include/simgrid/kernel/resource/Resource.hpp diff --git a/include/simgrid/kernel/resource/Resource.hpp b/include/simgrid/kernel/resource/Resource.hpp index 70061ab49c..551ff4c754 100644 --- a/include/simgrid/kernel/resource/Resource.hpp +++ b/include/simgrid/kernel/resource/Resource.hpp @@ -70,7 +70,7 @@ public: private: std::string name_; Model* model_; - bool isOn_ = true; + bool is_on_ = true; public: /* LMM */ /** @brief Get the lmm constraint associated to this Resource if it is part of a LMM component (or null if none) */