COIN-OR::LEMON - Graph Library

Changeset 959:c80ef5912903 in lemon-0.x for src/work/marci/bfs_mm_test.cc


Ignore:
Timestamp:
11/04/04 21:24:59 (19 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1342
Message:

skeleton(s) -> concept renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/bfs_mm_test.cc

    r944 r959  
    1818#include <lemon/smart_graph.h>
    1919#include <bfs_mm.h>
    20 #include <lemon/skeletons/graph.h>
     20#include <lemon/concept/graph.h>
    2121
    2222using namespace lemon;
     
    2727void check_Bfs_Compile()
    2828{
    29   typedef skeleton::StaticGraph Graph;
     29  typedef concept::StaticGraph Graph;
    3030
    3131  typedef Graph::Edge Edge;
Note: See TracChangeset for help on using the changeset viewer.