Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get the doc in sync with what happens in code (thanks to Luke Berthot for the report)
[simgrid.git] / doc / doxygen / platform.doc
index 5c3ae9e..1a0bdb4 100644 (file)
@@ -366,7 +366,7 @@ the router name is defined as the resulting String in the following
 java line of code: 
 
 @verbatim
-router_name = prefix + clusterId + router_ + suffix;
+router_name = prefix + clusterId + _router + suffix;
 @endverbatim