Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Replace redundant type with "auto" (examples/).
[simgrid.git] / examples / s4u / network-ns3 / s4u-network-ns3.cpp
index d655c63ab9f668f78d874f44cfeec567ce273f9b..3c150a4ba6473c7a5becb6419b5df5e3fb08d2aa 100644 (file)
@@ -73,7 +73,7 @@ static void worker(int argc, char* argv[])
 
   XBT_DEBUG("Worker started");
 
 
   XBT_DEBUG("Worker started");
 
-  const double* payload = static_cast<double*>(mbox->get());
+  const auto* payload = static_cast<double*>(mbox->get());
 
   count_finished--;
   if (count_finished == 0) {
 
   count_finished--;
   if (count_finished == 0) {