[Lemon-commits] [lemon_svn] alpar: r538 - hugo/trunk/src/work/alpar

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:40:04 CET 2006


Author: alpar
Date: Mon Apr 26 10:07:53 2004
New Revision: 538

Modified:
   hugo/trunk/src/work/alpar/list_graph.h

Log:
#define HUGO_SMART_GRAPH_H     --->    #define HUGO_LIST_GRAPH_H


Modified: hugo/trunk/src/work/alpar/list_graph.h
==============================================================================
--- hugo/trunk/src/work/alpar/list_graph.h	(original)
+++ hugo/trunk/src/work/alpar/list_graph.h	Mon Apr 26 10:07:53 2004
@@ -1,10 +1,10 @@
 // -*- mode:C++ -*-
 
-#ifndef HUGO_SMART_GRAPH_H
-#define HUGO_SMART_GRAPH_H
+#ifndef HUGO_LIST_GRAPH_H
+#define HUGO_LIST_GRAPH_H
 
 ///\file
-///\brief ListGraph and SymListGraph classes.
+///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
 
 #include <vector>
 #include <limits.h>
@@ -1566,17 +1566,7 @@
     };
 
   };
-
-
-
-
-
-
-
   
 } //namespace hugo
 
-
-
-
-#endif //SMART_GRAPH_H
+#endif //HUGO_LIST_GRAPH_H



More information about the Lemon-commits mailing list