X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3907e83884bae6278656e9cd2cb7ef92a8f707fb..3f9b311ec56db95ec539001a860ae3c838c48312:/include/simgrid/plugins/chiller.hpp diff --git a/include/simgrid/plugins/chiller.hpp b/include/simgrid/plugins/chiller.hpp index 11fa173477..78d1db0343 100644 --- a/include/simgrid/plugins/chiller.hpp +++ b/include/simgrid/plugins/chiller.hpp @@ -100,7 +100,7 @@ public: double get_temp_in() { return temp_in_c_; } double get_power() { return power_w_; } double get_energy_consumed() { return energy_consumed_j_; } - double get_time_to_goal_temp(); + double get_time_to_goal_temp() const; }; } // namespace simgrid::plugins