X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a6b0a991a67e6f2f67c03fed43529e078da7115..ee63a4fbf0d79259eb0e1e7c5b7053f4b99c7a75:/src/msg/msg_environment.cpp diff --git a/src/msg/msg_environment.cpp b/src/msg/msg_environment.cpp index b9c604a6d9..d07025343e 100644 --- a/src/msg/msg_environment.cpp +++ b/src/msg/msg_environment.cpp @@ -19,10 +19,8 @@ /** \ingroup msg_simulation * \brief A platform constructor. * - * Creates a new platform, including hosts, links and the - * routing_table. - * \param file a filename of a xml description of a platform. This file - * follows this DTD : + * Creates a new platform, including hosts, links and the routing_table. + * \param file a filename of a xml description of a platform. This file follows this DTD : * * \include simgrid.dtd * @@ -47,7 +45,6 @@ void MSG_post_create_environment(void) { if(data[SIMIX_STORAGE_LEVEL]) __MSG_storage_create(xbt_dict_cursor_get_elm(cursor)); } - } msg_as_t MSG_environment_get_routing_root() {