1.1 --- a/src/work/alpar/list_graph.h Mon Apr 26 08:03:00 2004 +0000
1.2 +++ b/src/work/alpar/list_graph.h Mon Apr 26 08:07:53 2004 +0000
1.3 @@ -1,10 +1,10 @@
1.4 // -*- mode:C++ -*-
1.5
1.6 -#ifndef HUGO_SMART_GRAPH_H
1.7 -#define HUGO_SMART_GRAPH_H
1.8 +#ifndef HUGO_LIST_GRAPH_H
1.9 +#define HUGO_LIST_GRAPH_H
1.10
1.11 ///\file
1.12 -///\brief ListGraph and SymListGraph classes.
1.13 +///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
1.14
1.15 #include <vector>
1.16 #include <limits.h>
1.17 @@ -1566,17 +1566,7 @@
1.18 };
1.19
1.20 };
1.21 -
1.22 -
1.23 -
1.24 -
1.25 -
1.26 -
1.27 -
1.28
1.29 } //namespace hugo
1.30
1.31 -
1.32 -
1.33 -
1.34 -#endif //SMART_GRAPH_H
1.35 +#endif //HUGO_LIST_GRAPH_H