Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need to had symmetrical "no" to route from version x to 3.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2011 13:35:26 +0000 (13:35 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 31 Jan 2011 13:35:26 +0000 (13:35 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9530 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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";
 }