COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/xy.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 moved

Legend:

Unmodified
Added
Removed
  • src/lemon/xy.h

    r906 r921  
    11/* -*- C++ -*-
    2  * src/hugo/xy.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/xy.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_XY_H
    18 #define HUGO_XY_H
     17#ifndef LEMON_XY_H
     18#define LEMON_XY_H
    1919
    2020#include <iostream>
     
    2424///\brief A simple two dimensional vector and a bounding box implementation
    2525///
    26 /// The class \ref hugo::xy "xy" implements
     26/// The class \ref lemon::xy "xy" implements
    2727///a two dimensional vector with the usual
    2828/// operations.
    2929///
    30 /// The class \ref hugo::BoundingBox "BoundingBox" can be used to determine
    31 /// the rectangular bounding box a set of \ref hugo::xy "xy"'s.
     30/// The class \ref lemon::BoundingBox "BoundingBox" can be used to determine
     31/// the rectangular bounding box a set of \ref lemon::xy "xy"'s.
    3232///
    3333///\author Attila Bernath
    3434
    3535
    36 namespace hugo {
     36namespace lemon {
    3737
    3838  /// \addtogroup misc
     
    244244
    245245
    246 } //namespace hugo
    247 
    248 #endif //HUGO_XY_H
     246} //namespace lemon
     247
     248#endif //LEMON_XY_H
Note: See TracChangeset for help on using the changeset viewer.