X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6f111b95343b45e14c154574210ef9a448369f5..de30da11cec7ac5b8e37c9b971cfc85b398bdb35:/include/simgrid/plugins/battery.hpp diff --git a/include/simgrid/plugins/battery.hpp b/include/simgrid/plugins/battery.hpp index 87746d393c..7a9265ec69 100644 --- a/include/simgrid/plugins/battery.hpp +++ b/include/simgrid/plugins/battery.hpp @@ -59,13 +59,12 @@ private: double depth_of_discharge_; double energy_budget_j_; - // std::map host_loads_ = {}; std::map host_loads_ = {}; std::map named_loads_ = {}; std::vector> events_; - double capacity_wh_ = 0; - double energy_stored_j_ = 0; + double capacity_wh_; + double energy_stored_j_; double energy_provided_j_ = 0; double energy_consumed_j_ = 0; double last_updated_ = 0;