Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused battery parameters
[simgrid.git] / include / simgrid / plugins / battery.hpp
index 9d36175b5d5c7fc85803489b5c2d791fac14d285..41d44959f4f51fe21feaec1d9538d34ee4f1217f 100644 (file)
@@ -86,9 +86,6 @@ private:
   double charge_efficiency_;
   double discharge_efficiency_;
   double initial_capacity_wh_;
   double charge_efficiency_;
   double discharge_efficiency_;
   double initial_capacity_wh_;
-  int cycles_; // total complete cycles (charge + discharge) the battery can do before complete depletion of its
-               // capacity
-  double depth_of_discharge_;
   double energy_budget_j_;
 
   std::map<const s4u::Host*, bool> host_loads_     = {};
   double energy_budget_j_;
 
   std::map<const s4u::Host*, bool> host_loads_     = {};