X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d3435ca1d4f53502149245466a60dfeacd536f0..1703c9a9f5a27f040e38c51bb7801af8c6ad40c1:/src/surf/ptask_L07.cpp diff --git a/src/surf/ptask_L07.cpp b/src/surf/ptask_L07.cpp index 5a82bd16e7..1c45a5d2ea 100644 --- a/src/surf/ptask_L07.cpp +++ b/src/surf/ptask_L07.cpp @@ -24,6 +24,7 @@ void surf_host_model_init_ptask_L07() surf_host_model = new simgrid::surf::HostL07Model(); all_existing_models.push_back(surf_host_model); + models_by_type[simgrid::kernel::resource::Model::Type::HOST].push_back(surf_host_model); } namespace simgrid {