COIN-OR::LEMON - Graph Library

Changeset 938:70e2886211d5 in lemon-0.x for src/test/sym_graph_test.cc


Ignore:
Timestamp:
10/05/04 11:41:05 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1266
Message:

Many of ckeckCompileXYZ()'s are now in the corresponding skeleton headers.
(Tests for Symmetric Graphs are still to be moved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/test/sym_graph_test.cc

    r937 r938  
    6767//Compile SymSmartGraph
    6868template void lemon::checkCompileSymGraph<SymSmartGraph>(SymSmartGraph &);
    69 template void lemon::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
     69template
     70void lemon::skeleton::checkCompileGraphFindEdge<SymSmartGraph>(SymSmartGraph &);
    7071
    7172//Compile SymListGraph
    7273template void lemon::checkCompileSymGraph<SymListGraph>(SymListGraph &);
    7374template void lemon::checkCompileErasableSymGraph<SymListGraph>(SymListGraph &);
    74 template void lemon::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
     75template
     76void lemon::skeleton::checkCompileGraphFindEdge<SymListGraph>(SymListGraph &);
    7577
    7678int main()
Note: See TracChangeset for help on using the changeset viewer.