From: lbobelin Date: Thu, 2 Aug 2012 13:32:46 +0000 (+0200) Subject: Oups, mistake in router cluster name. X-Git-Tag: v3_8~221 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4a598486abfcb30b6ab3af7ddcdc6463e7b02423 Oups, mistake in router cluster name. --- diff --git a/doc/user_guide/doxygen/platform.doc b/doc/user_guide/doxygen/platform.doc index 72d45f1547..65f3cb6b88 100644 --- a/doc/user_guide/doxygen/platform.doc +++ b/doc/user_guide/doxygen/platform.doc @@ -253,7 +253,7 @@ The principle is the same, except we don't have the backbone. The way to obtain \li availability_file: Allow you to use a file as input for availability. Similar to hosts attribute. \li state_file: Allow you to use a file as input for states. Similar to hosts attribute. -the router name is defined as the resulting String in the following java line of code: router_name = prefix + "router_ + suffix ; +the router name is defined as the resulting String in the following java line of code: router_name = prefix + clusterId + router_ + suffix ; cluster example