Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[NS3] clean-up of dictionary of sockets when flows finished
[simgrid.git] / examples / cxx / autoDestination / Main.cxx
index dbda264803271f6cdd1b5c16ac26c10ae4b2d028..cf27e28bb678b6e7f7a4d59317f72dea93632136 100644 (file)
@@ -1,12 +1,12 @@
-#include <Simulation.hpp>\r
-\r
-using namespace SimGrid::Msg;\r
-\r
-int\r
-main(int argc, char* argv[])\r
-{\r
-       Simulation s;\r
-       \r
-       return s.execute(argc, argv);\r
-       \r
-}\r
+#include <MsgSimulation.hpp>
+
+using namespace SimGrid::Msg;
+
+int
+main(int argc, char* argv[])
+{
+       Simulation s;
+       
+       return s.execute(argc, argv);
+       
+}