Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The test is always true
authornavarro <navarro@caraja.(none)>
Tue, 3 Apr 2012 14:45:53 +0000 (16:45 +0200)
committernavarro <navarro@caraja.(none)>
Tue, 3 Apr 2012 14:45:53 +0000 (16:45 +0200)
commitb5d888de40aaeeec3757922455f920b5333dbc6e
tree01e6fe15f37c94172b537e4182918bffa19b45b8
parent8c6573df011917a764971c0ec88ac56eb88b5fc4
The test is always true
if( A_surfxml_route_symmetrical == A_surfxml_route_symmetrical_YES
|| A_surfxml_ASroute_symmetrical == A_surfxml_ASroute_symmetrical_YES )
was always true because they were set to YES by default
src/surf/surf_routing_dijkstra.c
src/surf/surf_routing_floyd.c
src/surf/surf_routing_full.c