[Lemon-commits] [lemon_svn] alpar: r263 - hugo/trunk/src/work/alpar
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:38:25 CET 2006
Author: alpar
Date: Mon Mar 15 17:42:26 2004
New Revision: 263
Modified:
hugo/trunk/src/work/alpar/emptygraph.h
hugo/trunk/src/work/alpar/smart_graph.h
Log:
.
Modified: hugo/trunk/src/work/alpar/emptygraph.h
==============================================================================
--- hugo/trunk/src/work/alpar/emptygraph.h (original)
+++ hugo/trunk/src/work/alpar/emptygraph.h Mon Mar 15 17:42:26 2004
@@ -12,6 +12,9 @@
/// An empty graph class.
+ /// When you read this for the first time,
+ /// please send an e-mail to alpar\@cs.elte.hu.
+ ///
/// This class provides all the common features of a graph structure,
/// however completely without implementations and real data structures
/// behind the interface.
Modified: hugo/trunk/src/work/alpar/smart_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/smart_graph.h (original)
+++ hugo/trunk/src/work/alpar/smart_graph.h Mon Mar 15 17:42:26 2004
@@ -14,6 +14,9 @@
///A smart graph class.
+ /// When you read this for the first time,
+ /// please send an e-mail to alpar\@cs.elte.hu.
+ ///
///This is a simple and fast graph implementation.
///It is also quite memory efficient, but at the price
///that <b> it does not support node and edge deletion</b>.
More information about the Lemon-commits
mailing list