COIN-OR::LEMON - Graph Library

Changeset 2126:2c8adbee9fa6 in lemon-0.x for lemon/concept


Ignore:
Timestamp:
07/11/06 17:42:15 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2839
Message:

Renameing file: graph_component.h => graph_components.h

Location:
lemon/concept
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/bpugraph.h

    r2120 r2126  
    2525#define LEMON_CONCEPT_BPUGRAPH_H
    2626
    27 #include <lemon/concept/graph_component.h>
     27#include <lemon/concept/graph_components.h>
    2828
    2929#include <lemon/concept/graph.h>
  • lemon/concept/graph.h

    r2121 r2126  
    2828#include <lemon/concept/maps.h>
    2929#include <lemon/concept_check.h>
    30 #include <lemon/concept/graph_component.h>
     30#include <lemon/concept/graph_components.h>
    3131
    3232namespace lemon {
  • lemon/concept/ugraph.h

    r2121 r2126  
    2525#define LEMON_CONCEPT_UGRAPH_H
    2626
    27 #include <lemon/concept/graph_component.h>
     27#include <lemon/concept/graph_components.h>
    2828#include <lemon/concept/graph.h>
    2929#include <lemon/bits/utility.h>
Note: See TracChangeset for help on using the changeset viewer.