Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cosmetics in the s4u-async-wait example
[simgrid.git] / examples / s4u / async-waitall / s4u-async-waitall.cpp
index 55f645e..de61d34 100644 (file)
@@ -32,7 +32,6 @@ public:
   messages_count  = std::stol(args[1]);
   msg_size        = std::stod(args[2]);
   receivers_count = std::stol(args[3]);
-
 }
 void operator()()
 {