Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
check that AS->get_route don't return NULL on non-existant route, but throw an exception
[simgrid.git] / src / surf / surf_routing_none.c
index fddd109..3c2f02a 100644 (file)
@@ -28,7 +28,7 @@ static void none_parse_PU(AS_t rc, const char *name) {
 }
 
 static void none_parse_AS(AS_t rc, const char *name) {
-  /* even don't care about sub-ASes */
+  /* even don't care about sub-ASes -- I'm as nihilist as an old punk*/
 }
 
 /* Creation routing model functions */