COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/work/klao


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

Location:
src/work/klao
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/work/klao/debug.h

    r680 r921  
    11// -*- C++ -*- //
    22
    3 #ifndef HUGO_DEBUG_H
    4 #define HUGO_DEBUG_H
     3#ifndef LEMON_DEBUG_H
     4#define LEMON_DEBUG_H
    55
    66//! \file
    77//! \brief Basic definitions for debug control.
    88
    9 namespace hugo {
     9namespace lemon {
    1010
    1111  //! Debug mode for testing/debugging
     
    5454
    5555}
    56 #endif // HUGO_DEBUG_H
     56#endif // LEMON_DEBUG_H
  • src/work/klao/iter_map.h

    r555 r921  
    11// -*- c++ -*- //
    22
    3 #ifndef HUGO_ITER_MAP
    4 #define HUGO_ITER_MAP
     3#ifndef LEMON_ITER_MAP
     4#define LEMON_ITER_MAP
    55
    66#include <vector>
     
    1111#include <cstring>
    1212
    13 #include <hugo/invalid.h>
     13#include <lemon/invalid.h>
    1414
    15 namespace hugo {
     15namespace lemon {
    1616
    1717  /// \brief A map with "small integers" as value set which can enumarate it
  • src/work/klao/iter_map_test.cc

    r618 r921  
    11#include <iter_map.h>
    2 #include <hugo/maps.h>
     2#include <lemon/maps.h>
    33
    44#include <iostream>
    55
    6 using namespace hugo;
     6using namespace lemon;
    77using namespace std;
    88
  • src/work/klao/map_test.cc

    r618 r921  
    11#include <iostream>
    22
    3 #include <hugo/maps.h>
     3#include <lemon/maps.h>
    44
    55using namespace std;
    6 using namespace hugo;
     6using namespace lemon;
    77
    88int main()
Note: See TracChangeset for help on using the changeset viewer.