[Lemon-commits] deba: r3481 - lemon/trunk/test

Lemon SVN svn at lemon.cs.elte.hu
Thu Mar 20 17:57:12 CET 2008


Author: deba
Date: Thu Mar 20 17:57:12 2008
New Revision: 3481

Modified:
   lemon/trunk/test/random_test.cc

Log:
Correcting broken repo



Modified: lemon/trunk/test/random_test.cc
==============================================================================
--- lemon/trunk/test/random_test.cc	(original)
+++ lemon/trunk/test/random_test.cc	Thu Mar 20 17:57:12 2008
@@ -24,6 +24,8 @@
 ///\todo To be extended
 ///
 
+int seed_array[] = {1, 2};
+
 int main()
 {
   double a=rnd();



More information about the Lemon-commits mailing list