test/heap_test.cc
changeset 260 c691064dfd4f
parent 212 1ae84dea7d09
child 293 47fbc814aa31
     1.1 --- a/test/heap_test.cc	Wed Sep 10 11:23:41 2008 +0100
     1.2 +++ b/test/heap_test.cc	Thu Sep 11 11:10:44 2008 +0100
     1.3 @@ -131,7 +131,7 @@
     1.4  void dijkstraHeapTest(const Digraph& digraph, const IntArcMap& length,
     1.5                        Node source) {
     1.6  
     1.7 -  typename Dijkstra<Digraph, IntArcMap>::template DefStandardHeap<Heap>::
     1.8 +  typename Dijkstra<Digraph, IntArcMap>::template SetStandardHeap<Heap>::
     1.9      Create dijkstra(digraph, length);
    1.10  
    1.11    dijkstra.run(source);