X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66f8d6364c9d16e5ba469db4c93d98da40ae007a..d3c605045fe8c525f32393a054425d72edf47b18:/src/surf/host_clm03.hpp diff --git a/src/surf/host_clm03.hpp b/src/surf/host_clm03.hpp index b9da9f5421..cec2349d91 100644 --- a/src/surf/host_clm03.hpp +++ b/src/surf/host_clm03.hpp @@ -29,8 +29,8 @@ class XBT_PRIVATE HostCLM03Model; class HostCLM03Model : public HostModel { public: - double nextOccuringEvent(double now) override; - void updateActionsState(double now, double delta) override; + double next_occuring_event(double now) override; + void update_actions_state(double now, double delta) override; }; } }