# HG changeset patch # User alpar # Date 1082966873 0 # Node ID a2d8ec38e8dbea70b544669112b2c4f97b0c0bbe # Parent d888ca4e6c0074e04557698265c9d7f0dff42785 #define HUGO_SMART_GRAPH_H ---> #define HUGO_LIST_GRAPH_H diff -r d888ca4e6c00 -r a2d8ec38e8db src/work/alpar/list_graph.h --- a/src/work/alpar/list_graph.h Mon Apr 26 08:03:00 2004 +0000 +++ b/src/work/alpar/list_graph.h Mon Apr 26 08:07:53 2004 +0000 @@ -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 #include @@ -1566,17 +1566,7 @@ }; }; - - - - - - - } //namespace hugo - - - -#endif //SMART_GRAPH_H +#endif //HUGO_LIST_GRAPH_H