COIN-OR::LEMON - Graph Library

Changeset 618:e944d741f472 in lemon-0.x


Ignore:
Timestamp:
05/12/04 00:49:13 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@803
Message:

#include <hugo/...>

Location:
src/work
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/work/bin_heap_demo.cc

    r274 r618  
    11#include <iostream>
    2 #include <bin_heap.h>
    32#include <string>
    43#include <map>
     4
     5#include <hugo/bin_heap.h>
    56
    67using namespace hugo;
  • src/work/klao/Makefile

    r347 r618  
    11BINARIES = path_test map_test iter_map_test
    2 INCLUDEDIRS= -I. -I.. -I../../include -I../{marci,jacint,alpar,johanna,akos}
     2INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos}
    33include ../makefile
    44
  • src/work/klao/iter_map_test.cc

    r367 r618  
    11#include <iter_map.h>
    2 #include <maps.h>
     2#include <hugo/maps.h>
    33
    44#include <iostream>
  • src/work/klao/map_test.cc

    r286 r618  
    11#include <iostream>
    22
    3 #include <maps.h>
     3#include <hugo/maps.h>
    44
    55using namespace std;
  • src/work/makefile

    r617 r618  
    1 INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     1INCLUDEDIRS ?= -I.. -I. -I./{marci,jacint,alpar,klao,akos}
    22CXXFLAGS = -g -O3 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
    33
Note: See TracChangeset for help on using the changeset viewer.