[Lemon-commits] [lemon_svn] alpar: r149 - hugo/trunk/src/include

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:37:48 CET 2006


Author: alpar
Date: Sun Feb 22 13:43:48 2004
New Revision: 149

Modified:
   hugo/trunk/src/include/bin_heap.hh

Log:
marci ->hugo


Modified: hugo/trunk/src/include/bin_heap.hh
==============================================================================
--- hugo/trunk/src/include/bin_heap.hh	(original)
+++ hugo/trunk/src/include/bin_heap.hh	Sun Feb 22 13:43:48 2004
@@ -63,7 +63,7 @@
 #include <utility>
 #include <functional>
 
-namespace marci {
+namespace hugo {
 
   template <typename Key, typename Val, typename KeyIntMap,
 	    typename Compare = std::less<Val> >
@@ -227,6 +227,6 @@
     return hole;
   }
 
-} // namespace marci
+} // namespace hugo
 
 #endif // BIN_HEAP_HH



More information about the Lemon-commits mailing list