X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0676114935946d5423221fe546ca083e3cda4cdb..e33beb98eb2dd42717306a77a328c9d5e9a91f05:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index c4a3f20854..5e3254f482 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -28,12 +28,10 @@ namespace simgrid { namespace surf { HostCLM03Model::HostCLM03Model() { - all_existing_models->push_back(this); + all_existing_models.push_back(this); } double HostCLM03Model::next_occuring_event(double now) { - ignore_empty_vm_in_pm_LMM(); - double min_by_cpu = surf_cpu_model_pm->next_occuring_event(now); double min_by_net = surf_network_model->next_occuring_event_is_idempotent() ? surf_network_model->next_occuring_event(now) : -1;