COIN-OR::LEMON - Graph Library

Changeset 405:a2d8ec38e8db in lemon-0.x


Ignore:
Timestamp:
04/26/04 10:07:53 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@538
Message:

#define HUGO_SMART_GRAPH_H ---> #define HUGO_LIST_GRAPH_H

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/list_graph.h

    r404 r405  
    11// -*- mode:C++ -*-
    22
    3 #ifndef HUGO_SMART_GRAPH_H
    4 #define HUGO_SMART_GRAPH_H
     3#ifndef HUGO_LIST_GRAPH_H
     4#define HUGO_LIST_GRAPH_H
    55
    66///\file
    7 ///\brief ListGraph and SymListGraph classes.
     7///\brief ListGraph, SymListGraph, NodeSet and EdgeSet classes.
    88
    99#include <vector>
     
    15671567
    15681568  };
    1569 
    1570 
    1571 
    1572 
    1573 
    1574 
    1575 
    15761569 
    15771570} //namespace hugo
    15781571
    1579 
    1580 
    1581 
    1582 #endif //SMART_GRAPH_H
     1572#endif //HUGO_LIST_GRAPH_H
Note: See TracChangeset for help on using the changeset viewer.