X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9919f554fd42fdb9a26defe86adbb1c3cfa59bd..0f006bc6ea77c06645cdc324129c469e39224b61:/examples/msg/task-priority/task-priority.c diff --git a/examples/msg/task-priority/task-priority.c b/examples/msg/task-priority/task-priority.c index 37f477bea4..d852f521ea 100644 --- a/examples/msg/task-priority/task-priority.c +++ b/examples/msg/task-priority/task-priority.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2016. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -7,12 +6,6 @@ #include "simgrid/msg.h" XBT_LOG_NEW_DEFAULT_CATEGORY(msg_test, "Messages specific for this msg example"); -/** @addtogroup MSG_examples - * - * - priority/priority.c: Demonstrates the use of @ref - * MSG_task_set_priority to change the computation priority of a given task. - */ - static int test(int argc, char *argv[]) { double computation_amount = xbt_str_parse_double(argv[1], "Invalid argument: %s");