X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e082f5068bf34dbe8b917be567bcf5f4b6776f8f..53dd673a07059d04f7ee5c280470958856fdf8d8:/src/surf/host_clm03.hpp?ds=sidebyside diff --git a/src/surf/host_clm03.hpp b/src/surf/host_clm03.hpp index 74bff01ee6..4c66fc7da6 100644 --- a/src/surf/host_clm03.hpp +++ b/src/surf/host_clm03.hpp @@ -31,7 +31,7 @@ class HostCLM03Model : public HostModel { public: HostCLM03Model(): HostModel(){} ~HostCLM03Model() {} - double shareResources(double now) override; + double next_occuring_event(double now) override; void updateActionsState(double now, double delta) override; };