Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid
[simgrid.git] / src / plugins / battery.cpp
index 7e7f949..b08de11 100644 (file)
@@ -83,7 +83,8 @@ Here is an example of XML declaration:
 The different properties are:
 
 - ``battery_active``: Set the battery as active if set to 1 (default=0)
-- ``battery_power``: Set the initial power of the battery in W (default=0). A negative value indicates that the battery act as a load and charge. A positive value indicates that the battery act as a generator and discharge
+- ``battery_power``: Set the initial power of the battery in W (default=0). A negative value indicates that the battery
+act as a load and charge. A positive value indicates that the battery act as a generator and discharge
 - ``battery_state_of_charge``: Set the initial state of charge of the battery (default=0)
 - ``battery_state_of_charge_min``: Set the minimal state of charge of the battery (default=0.2)
 - ``battery_state_of_charge_max``: Set the maximal state of charge of the battery (default=0.8)