author | alpar |
Sun, 22 Feb 2004 12:43:48 +0000 | |
changeset 114 | bb07dd5b2d67 |
parent 113 | cf7b01232d86 |
child 115 | 3d9681ef6116 |
1.1 --- a/src/include/bin_heap.hh Sun Feb 22 12:17:16 2004 +0000 1.2 +++ b/src/include/bin_heap.hh Sun Feb 22 12:43:48 2004 +0000 1.3 @@ -63,7 +63,7 @@ 1.4 #include <utility> 1.5 #include <functional> 1.6 1.7 -namespace marci { 1.8 +namespace hugo { 1.9 1.10 template <typename Key, typename Val, typename KeyIntMap, 1.11 typename Compare = std::less<Val> > 1.12 @@ -227,6 +227,6 @@ 1.13 return hole; 1.14 } 1.15 1.16 -} // namespace marci 1.17 +} // namespace hugo 1.18 1.19 #endif // BIN_HEAP_HH