X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ed8aa541e5fa7bbce220922f7ea8d597c0d2dde..9f21f35eadfc5d1f43d3e7a4b591711fd7fb9616:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 7a4686e6bf..1712ea9121 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -68,7 +68,7 @@ double HostCLM03Model::nextOccuringEvent(double now){ } void HostCLM03Model::updateActionsState(double /*now*/, double /*delta*/){ - return; + /* I won't do what you tell me */ } }