test/all_pairs_shortest_path_test.cc
changeset 2269 fb1c634fff29
parent 2242 16523135943d
child 2335 27aa03cd3121
     1.1 --- a/test/all_pairs_shortest_path_test.cc	Mon Oct 30 12:01:51 2006 +0000
     1.2 +++ b/test/all_pairs_shortest_path_test.cc	Mon Oct 30 12:07:52 2006 +0000
     1.3 @@ -74,7 +74,7 @@
     1.4      cout << "Johnson: " << timer << endl;
     1.5    }
     1.6  
     1.7 -  typedef FibHeap<Node, int, Graph::NodeMap<int> > IntFibHeap;
     1.8 +  typedef FibHeap<int, Graph::NodeMap<int> > IntFibHeap;
     1.9    Johnson<Graph, LengthMap>::DefStandardHeap<IntFibHeap>
    1.10      ::Create fibJohnson(graph, length);
    1.11    {