X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d3435ca1d4f53502149245466a60dfeacd536f0..1703c9a9f5a27f040e38c51bb7801af8c6ad40c1:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 3b4cf2a457..bb784a0cbc 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -29,6 +29,7 @@ namespace surf { HostCLM03Model::HostCLM03Model() { all_existing_models.push_back(this); + models_by_type[simgrid::kernel::resource::Model::Type::HOST].push_back(this); } double HostCLM03Model::next_occurring_event(double now)