lemon/dijkstra.h
changeset 1981 81c8efe92706
parent 1956 a055123339d5
child 1988 875fe3f689e0
     1.1 --- a/lemon/dijkstra.h	Thu Feb 23 08:55:54 2006 +0000
     1.2 +++ b/lemon/dijkstra.h	Thu Feb 23 09:03:18 2006 +0000
     1.3 @@ -484,7 +484,7 @@
     1.4      ///Sets the heap and the cross reference used by algorithm.
     1.5      ///If you don't use this function before calling \ref run(),
     1.6      ///it will allocate one. The destuctor deallocates this
     1.7 -    ///automatically allocated map, of course.
     1.8 +    ///automatically allocated heap and cross reference, of course.
     1.9      ///\return <tt> (*this) </tt>
    1.10      Dijkstra &heap(Heap& heap, HeapCrossRef &crossRef)
    1.11      {