# HG changeset patch # User alpar # Date 1161082879 0 # Node ID dd8e95c663f08615dc49af59698b48c5937123de # Parent 1ac928089d68a5fd1c4d2b6a1961d74f5182e9c7 Compilation warning resolved. diff -r 1ac928089d68 -r dd8e95c663f0 lemon/random.cc --- a/lemon/random.cc Tue Oct 17 11:01:16 2006 +0000 +++ b/lemon/random.cc Tue Oct 17 11:01:19 2006 +0000 @@ -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 namespace lemon {