X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1edc4b49d2bd41d6bf941f8d7fe2e6378fc9e432..61427a88a76a2c2ef25d0d5b8132995c6f550e5c:/examples/msg/async-wait/async-wait.c diff --git a/examples/msg/async-wait/async-wait.c b/examples/msg/async-wait/async-wait.c index 286526c741..e13a66afb0 100644 --- a/examples/msg/async-wait/async-wait.c +++ b/examples/msg/async-wait/async-wait.c @@ -10,7 +10,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(msg_async_wait, "Messages specific for this msg exa /* Main function of the Sender process */ static int sender(int argc, char *argv[]) { - xbt_assert(argc==7, "The sender function expects 6 arguments from the XML deployment file"); + xbt_assert(argc==7, "The sender function expects 6 arguments from the XML deployment file"); long number_of_tasks = xbt_str_parse_int(argv[1], "Invalid amount of tasks: %s"); /* - number of tasks */ double task_comp_size = xbt_str_parse_double(argv[2], "Invalid computational size: %s"); /* - computational cost */ double task_comm_size = xbt_str_parse_double(argv[3], "Invalid communication size: %s"); /* - communication cost */