[Lemon-commits] [lemon_svn] alpar: r2999 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:44 CET 2006
Author: alpar
Date: Tue Oct 17 13:01:19 2006
New Revision: 2999
Modified:
hugo/trunk/lemon/random.cc
Log:
Compilation warning resolved.
Modified: hugo/trunk/lemon/random.cc
==============================================================================
--- hugo/trunk/lemon/random.cc (original)
+++ hugo/trunk/lemon/random.cc Tue Oct 17 13:01:19 2006
@@ -1,3 +1,24 @@
+/* -*- C++ -*-
+ *
+ * This file is a part of LEMON, a generic C++ optimization library
+ *
+ * Copyright (C) 2003-2006
+ * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
+ * (Egervary Research Group on Combinatorial Optimization, EGRES).
+ *
+ * Permission to use, modify and distribute this software is granted
+ * provided that this copyright notice appears in all copies. For
+ * precise terms see the accompanying LICENSE file.
+ *
+ * This software is provided "AS IS" with no warranty of any kind,
+ * express or implied, and with no claim as to its suitability for any
+ * purpose.
+ *
+ */
+
+///\file
+///\brief Instantiation of the Random class.
+
#include <lemon/random.h>
namespace lemon {
More information about the Lemon-commits
mailing list