COIN-OR::LEMON - Graph Library

Changeset 2126:2c8adbee9fa6 in lemon-0.x


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
Files:
1 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2119 r2126  
    115115        lemon/concept/bpugraph.h \
    116116        lemon/concept/graph.h \
    117         lemon/concept/graph_component.h \
     117        lemon/concept/graph_components.h \
    118118        lemon/concept/heap.h \
    119119        lemon/concept/maps.h \
  • 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.