Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update flatifier to new link_ctn tag.
[simgrid.git] / teshsuite / simdag / platforms / flatifier.c
index cff8b2b..a846a52 100644 (file)
@@ -112,7 +112,7 @@ int main(int argc, char **argv)
 
         tmp_length = SD_route_get_size(hosts[i], hosts[j]);
         for (k = 0; k < tmp_length; k++) {
-          printf("<link:ctn id=\"%s\"/>", SD_link_get_name(tmp[k]));
+          printf("<link_ctn id=\"%s\"/>", SD_link_get_name(tmp[k]));
         }
         printf("\n  </route>\n");
       }