COIN-OR::LEMON - Graph Library

Changeset 959:c80ef5912903 in lemon-0.x for src/test/sym_graph_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/test/sym_graph_test.cc

    r938 r959  
    1717#include<iostream>
    1818
    19 #include<lemon/skeletons/sym_graph.h>
     19#include<lemon/concept/sym_graph.h>
    2020
    2121#include<lemon/list_graph.h>
     
    5555
    5656//Compile Graph
    57 template void lemon::checkCompileStaticSymGraph<skeleton::StaticSymGraph>
    58 (skeleton::StaticSymGraph &);
     57template void lemon::checkCompileStaticSymGraph<concept::StaticSymGraph>
     58(concept::StaticSymGraph &);
    5959
    60 template void lemon::checkCompileSymGraph<skeleton::ExtendableSymGraph>
    61 (skeleton::ExtendableSymGraph &);
     60template void lemon::checkCompileSymGraph<concept::ExtendableSymGraph>
     61(concept::ExtendableSymGraph &);
    6262
    63 template void lemon::checkCompileErasableSymGraph<skeleton::ErasableSymGraph>
    64 (skeleton::ErasableSymGraph &);
     63template void lemon::checkCompileErasableSymGraph<concept::ErasableSymGraph>
     64(concept::ErasableSymGraph &);
    6565
    6666
     
    6868template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &);
    6969template
    70 void lemon::skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
     70void lemon::concept::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    7171
    7272//Compile SymListGraph
     
    7474template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &);
    7575template
    76 void lemon::skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
     76void lemon::concept::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    7777
    7878int main()
Note: See TracChangeset for help on using the changeset viewer.