[Lemon-commits] [lemon_svn] deba: r3049 - hugo/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 21:52:03 CET 2006


Author: deba
Date: Tue Oct 31 15:31:13 2006
New Revision: 3049

Modified:
   hugo/trunk/lemon/random.h

Log:
Bug fix



Modified: hugo/trunk/lemon/random.h
==============================================================================
--- hugo/trunk/lemon/random.h	(original)
+++ hugo/trunk/lemon/random.h	Tue Oct 31 15:31:13 2006
@@ -389,7 +389,6 @@
         rnd.initState(ws.begin(), ws.end());
       }
 
-      template <typename Iterator>
       static void init(RandomCore<Word>& rnd, Result seed) {
         rnd.initState(seed);
       }



More information about the Lemon-commits mailing list