X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9275f747ba3c37e33a3f301dc70dbbb7e9bae38..bc32dc8200e58f87951a43bf5ba56bf116f08e62:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 3a7b01299a..d11eeeab4b 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -39,7 +39,7 @@ namespace resource { double HostCLM03Model::next_occurring_event(double /*now*/) { /* nothing specific to be done here - * surf_solve already calls all the models next_occurring_event properly */ + * EngineImpl::solve already calls all the models next_occurring_event properly */ return -1.0; }