COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/peter/hierarchygraph.h

    r880 r921  
    11// -*- c++ -*-
    2 #ifndef HUGO_NET_GRAPH_H
    3 #define HUGO_NET_GRAPH_H
     2#ifndef LEMON_NET_GRAPH_H
     3#define LEMON_NET_GRAPH_H
    44
    55///\file
    66///\brief Declaration of HierarchyGraph.
    77
    8 #include <hugo/invalid.h>
    9 #include <hugo/maps.h>
    10 
    11 /// The namespace of HugoLib
    12 namespace hugo
     8#include <lemon/invalid.h>
     9#include <lemon/maps.h>
     10
     11/// The namespace of LEMON
     12namespace lemon
    1313{
    1414
     
    576576  // @}
    577577
    578 }                               //namespace hugo
    579 
    580 
    581 #endif // HUGO_SKELETON_GRAPH_H
     578}                               //namespace lemon
     579
     580
     581#endif // LEMON_SKELETON_GRAPH_H
Note: See TracChangeset for help on using the changeset viewer.