X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cef6554994ae17d8f56c9245ad2c10c7cf39af8c..3f9b311ec56db95ec539001a860ae3c838c48312:/src/plugins/chiller.cpp diff --git a/src/plugins/chiller.cpp b/src/plugins/chiller.cpp index 7d2b9de4c7..0a4d3afe4d 100644 --- a/src/plugins/chiller.cpp +++ b/src/plugins/chiller.cpp @@ -283,7 +283,7 @@ ChillerPtr Chiller::remove_host(s4u::Host* host) /** @ingroup plugin_chiller * @return The time to reach to goal temp, assuming that the system remain in the same state. */ -double Chiller::get_time_to_goal_temp() +double Chiller::get_time_to_goal_temp() const { if (goal_temp_c_ == temp_in_c_) return 0;