diff -r 02948c4c68e1 -r 5bc1c83257f8 src/work/alpar/dijkstra/bin_heap.hh --- a/src/work/alpar/dijkstra/bin_heap.hh Sun Mar 21 14:58:48 2004 +0000 +++ b/src/work/alpar/dijkstra/bin_heap.hh Sun Mar 21 14:59:51 2004 +0000 @@ -65,6 +65,7 @@ namespace hugo { + /// A Binary Heap implementation. template > class BinHeap {