X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/baad8bc11dd1034957d778db858a22df65bf64b9..e88d5f7e1269acfe6576b463f476d30913e17269:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index 888956a396..5a48110bc3 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -33,13 +33,11 @@ void surf_host_model_init_current_default(void) void surf_host_model_init_compound() { - xbt_assert(surf_cpu_model_pm, "No CPU model defined yet!"); xbt_assert(surf_network_model, "No network model defined yet!"); - surf_host_model = new HostCLM03Model(); - Model *model = surf_host_model; - xbt_dynar_push(all_existing_models, &model); + surf_host_model = new HostCLM03Model(); + xbt_dynar_push(all_existing_models, &surf_host_model); } Host *HostCLM03Model::createHost(const char *name,RoutingEdge *netElm, Cpu *cpu){