COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/work/peter/path/path.h


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/path/path.h

    r815 r921  
    44@defgroup paths Path Structures
    55@ingroup datas
    6 \brief Path structures implemented in Hugo.
    7 
    8 Hugolib provides flexible data structures
     6\brief Path structures implemented in LEMON.
     7
     8LEMON provides flexible data structures
    99to work with paths.
    1010
     
    1313algorithm to store its result in any kind of path structure.
    1414
    15 \sa hugo::skeleton::Path
     15\sa lemon::skeleton::Path
    1616
    1717*/
     
    2121///\brief Classes for representing paths in graphs.
    2222
    23 #ifndef HUGO_PATH_H
    24 #define HUGO_PATH_H
     23#ifndef LEMON_PATH_H
     24#define LEMON_PATH_H
    2525
    2626#include <deque>
     
    2828#include <algorithm>
    2929
    30 #include <hugo/invalid.h>
    31 #include <hugo/error.h>
     30#include <lemon/invalid.h>
     31#include <lemon/error.h>
    3232#include <debug.h>
    3333
    34 namespace hugo {
     34namespace lemon {
    3535
    3636  /// \addtogroup paths
     
    11701170  ///@}
    11711171
    1172 } // namespace hugo
    1173 
    1174 #endif // HUGO_PATH_H
     1172} // namespace lemon
     1173
     1174#endif // LEMON_PATH_H
Note: See TracChangeset for help on using the changeset viewer.