COIN-OR::LEMON - Graph Library

Changeset 922:e816fac59f6d in lemon-0.x for src/work


Ignore:
Timestamp:
09/29/04 18:31:24 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1233
Message:

hugo -> lemon renaming leftovers

Location:
src/work
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • src/work/Doxyfile

    r766 r922  
    1818# by quotes) that should identify the project.
    1919
    20 PROJECT_NAME           = HugoLib
     20PROJECT_NAME           = LEMON
    2121
    2222# The PROJECT_NUMBER tag can be used to enter a project or revision number.
     
    2424# if some version control system is used.
    2525
    26 PROJECT_NUMBER         = 0.1
     26PROJECT_NUMBER         = 0.2
    2727
    2828# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
     
    396396                         ../../doc/maps.dox ../../doc/coding_style.dox \
    397397                         ../../doc/groups.dox \
    398                          ../hugo \
    399                          ../hugo/skeletons \
     398                         ../lemon \
     399                         ../lemon/skeletons \
    400400                         ../test/test_tools.h \
    401401                         klao/path.h \
  • src/work/deba/main.cpp

    r703 r922  
    55
    66using namespace std;
    7 using namespace hugo;
     7using namespace lemon;
    88
    99
  • src/work/peter/Makefile

    r690 r922  
    11hier: hierarchygraph.h hierarchygraph_test.cc
    2         g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test
     2        g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test
    33
    44edge: edgepathgraph_test.cc edgepathgraph.h
    5         g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test
     5        g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test
    66
Note: See TracChangeset for help on using the changeset viewer.