X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6da8d85344b45895e40e1e6befe1db2bfd3babf0..f3611280dda4576e396d3f71cb1424b232b6df14:/include/simgrid/plugins/chiller.hpp diff --git a/include/simgrid/plugins/chiller.hpp b/include/simgrid/plugins/chiller.hpp index 0114b4d883..b60e03dc82 100644 --- a/include/simgrid/plugins/chiller.hpp +++ b/include/simgrid/plugins/chiller.hpp @@ -39,16 +39,16 @@ private: double specific_heat_j_per_kg_per_c_; double alpha_; double cooling_efficiency_; + double temp_in_c_; + double temp_out_c_; double goal_temp_c_; double max_power_w_; std::set hosts_ = {}; bool active_ = true; - double temp_in_c_; - double temp_out_c_; - double power_w_ = 0; - double energy_consumed_j_ = 0; - double last_updated_ = 0; + double power_w_ = 0; + double energy_consumed_j_ = 0; + double last_updated_ = 0; explicit Chiller(const std::string& name, double air_mass_kg, double specific_heat_j_per_kg_per_c, double alpha, double cooling_efficiency, double initial_temp_c, double goal_temp_c, double max_power_w);