Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
moving to the right location.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Mar 2005 22:23:24 +0000 (22:23 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 4 Mar 2005 22:23:24 +0000 (22:23 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1160 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/msg_test.c

index 012ba95..f7b68ce 100644 (file)
@@ -225,8 +225,8 @@ int forwarder(int argc, char *argv[])
 void test_all(const char *platform_file,const char *application_file)
 {
   {                            /*  Simulation setting */
-    MSG_paje_output("msg_test.trace");
     MSG_set_channel_number(MAX_CHANNEL);
+    MSG_paje_output("msg_test.trace");
     MSG_create_environment(platform_file);
   }
   {                            /*   Application deployment */