Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use kasher comments
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Mar 2005 20:05:33 +0000 (20:05 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 3 Mar 2005 20:05:33 +0000 (20:05 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1134 48e7efb5-ca39-0410-a469-dd3cf9ba447f

tools/gras/stub_generator.c

index 36474e1..b97d0a0 100644 (file)
@@ -79,7 +79,7 @@ const char *SIM_PREEMBULE =
 "  }\n" \
 "\n" \
 "  MSG_paje_output(\"%s.trace\");\n" \
-"  MSG_set_channel_number(10); // Using at most 10 channel (ports) per host. Change it here if needed\n" \
+"  MSG_set_channel_number(10); /* Using at most 10 channel (ports) per host. Change it here if needed */\n" \
 "  MSG_create_environment(argv[1]);\n" \
 "\n" \
 "  /*  Application deployment */\n"