COIN-OR::LEMON - Graph Library

Changeset 959:c80ef5912903 in lemon-0.x for src/test/path_test.cc


Ignore:
Timestamp:
11/04/04 21:24:59 (20 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/test/path_test.cc

    r921 r959  
    1717#include <string>
    1818#include <iostream>
    19 #include <lemon/skeletons/path.h>
     19#include <lemon/concept/path.h>
    2020#include <lemon/path.h>
    2121#include <lemon/list_graph.h>
     
    2323using namespace std;
    2424using namespace lemon;
    25 using namespace skeleton;
     25using namespace lemon::concept;
    2626
    2727template<class Path> void checkCompilePath(Path &P)
     
    8787}
    8888
    89 template void checkCompilePath< skeleton::Path<ListGraph> >(skeleton::Path<ListGraph> &);
     89template void checkCompilePath< concept::Path<ListGraph> >(concept::Path<ListGraph> &);
    9090template void checkCompilePath< DirPath<ListGraph> >(DirPath<ListGraph> &);
    9191template void checkCompilePath< UndirPath<ListGraph> >(UndirPath<ListGraph> &);
Note: See TracChangeset for help on using the changeset viewer.