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 d655c63..3c150a4 100644 (file)
@@ -73,7 +73,7 @@ static void worker(int argc, char* argv[])
 
   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) {