diff -r 0dade87d013b -r 7ac0d4e8a31c src/work/athos/minlengthpaths.h --- a/src/work/athos/minlengthpaths.h Thu Apr 15 08:06:43 2004 +0000 +++ b/src/work/athos/minlengthpaths.h Thu Apr 15 14:41:20 2004 +0000 @@ -37,7 +37,7 @@ typedef ConstMap ConstMap; - typedef ResGraphWrapper ResGraphType; + typedef ResGraphWrapper ResGraphType; class ModLengthMap { @@ -92,7 +92,7 @@ ConstMap const1map(1); //We need a residual graph, in which some of the edges are reversed - ResGraphType res_graph(G, reversed, const1map); + ResGraphType res_graph(G, const1map, reversed); //Initialize the copy of the Dijkstra potential to zero typename ResGraphType::NodeMap dijkstra_dist(res_graph);