]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/mc/bugged1_stateful.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use existing xbt_swag_reset().
[simgrid.git] / examples / msg / mc / bugged1_stateful.c
index d76edba9ac4230be10a44a994e873b70f095ce53..4bf0381230a0de4b57535e0dd5213394bd066d2d 100644 (file)
@@ -4,7 +4,7 @@
 /******************************************************************************/
 
 #include <msg/msg.h>
-#include <mc/modelchecker.h>
+#include <simgrid/modelchecker.h>
 #define N 3
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(example, "this example");
@@ -45,7 +45,7 @@ int client(int argc, char *argv[])
 
 int main(int argc, char *argv[])
 {
-
+   
   MSG_global_init(&argc, argv);
 
   MSG_create_environment("platform.xml");
@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
   MSG_launch_application("deploy_bugged1.xml");
 
   MSG_main_stateful();
-
+  
   MSG_clean();
-
+   
   return 0;
 
 }