Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authordegomme <augustin.degomme@unibas.ch>
Fri, 24 Jun 2016 13:52:53 +0000 (15:52 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 24 Jun 2016 13:52:53 +0000 (15:52 +0200)
src/surf/HostImpl.cpp

index 24411bc..ae6d38a 100644 (file)
@@ -109,7 +109,7 @@ Action *HostModel::executeParallelTask(int host_nb,
 #undef cost_or_zero
   xbt_free(host_list);
   if(action==nullptr)
-    xbt_die("This model doesn't support tasks with 0 comm and 0 computation, please use ptak_L07 instead");
+    xbt_die("This model doesn't support tasks with 0 comm and 0 computation, please use ptask_L07 instead");
   return action;
 }