Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 2 Dec 2015 21:43:30 +0000 (22:43 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 2 Dec 2015 21:43:30 +0000 (22:43 +0100)
src/surf/host_clm03.cpp

index 888956a..5a48110 100644 (file)
@@ -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){