Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean tabs for publis.html
[simgrid.git] / tools / simgrid_update_xml.pl
index 75f7acf..16d4bc7 100755 (executable)
@@ -92,7 +92,8 @@ while (defined($line = <INPUT>)) {
            $AS_opened=1;
        }
     }
-
+       
+       if($line=~/<route /){$line =~ s/\<route/\<route symmetrical=\"NO\"/g;}
     $output_string .= "$line\n";
 }